How to uninstall SQL Server 2005 manually (not from Add or Remove Program)
Filed Under (Blog) by fakhrul on 14-10-2009
Yesterday, I had facing this problem during my development. I need to reinstall my Sql Server but I cannot see Sql Server in my Add or Remove Program. :(. Thanks to google. I found this solution:
Run the command to uninstall the SQL Server components
At a command prompt, run the following command:
"%ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\ARPWrapper.exe /Remove"
Reference : http://support.microsoft.com/?kbid=909967












