how do I uninstall SQL Server 2008 manually? Add/remove programs does not uninstall everything.

Thanks in advance.

link|improve this question
1  
And how is this question programming-related ?!?!? – marc_s Apr 6 '11 at 10:40
feedback

migrated from stackoverflow.com Apr 6 '11 at 13:39

This question came from our site for professional and enthusiast programmers.

1 Answer

To uninstall SQL all the way, use the uninstaller to remove the instance and services. Then delete the install directories.

Or, check out this link from Microsoft.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown