Hi,
How do i know how many instances of SQL SERVER are installed on my computer? And how to delete them? plzzzzz help
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Jan 4, 2011, 9:15 AM
Ananya SuhasPosted Jan 4, 2011, 8:58 AM
Yes i did as you said but its not working.
ShankeyPosted Jan 4, 2011, 6:50 AM
Ananya SuhasPosted Jan 4, 2011, 6:29 AM
That command does not work for me.. I have SQL SERVER 2005 installed..
ShankeyPosted Jan 4, 2011, 5:22 AM
To delete you can refer following link,
http://support.microsoft.com/kb/909967
ShankeyPosted Jan 4, 2011, 5:19 AM
Get list of sql instance go to command prompt and type in "osql -L" or "sqlcmd -L".
reference :
http://blog.sqlauthority.com/2009/03/18/sql-server-find-all-servers-from-local-network-using-sqlcmd/