I've just set up SQL Server 2008 Express on my computer, kind of as a learning tool. Unfortunately I've seem to installed a number of instances to get it working. I would like to uninstall all but one server as it's taking up memory.

I'm not sure how to do that. I can disconnect it from SQL Server Management Studio but it's still there when I reconnect to it.

Is there some sort of screen I can go to, where it shows all the instance of SQL Server on my computer and where I can delete them.

Thanks,

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

you need to uninstall the instances that you don't want. Removing them from SQL Server Management Studio doesn't remove them from your computer. This article should help:

http://technet.microsoft.com/en-us/library/ms143412.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.