Files left after uninstallation of MS SQL Server

sql serveruninstall

I just uninstalled MS SQL Server 2008 from my machine (using the "Uninstall or change a program" feature in Windows Control Panel). Now I notice that there's still a lot of files left. Around 1 GB actually.

When searching the web I found this article:

http://msdn.microsoft.com/en-us/library/hh882462.aspx

It is about SQL Server 2012, but I'm guessing 2008 had the same "feature"? The articles is basically a huge list of files that is left when you uninstall SQL Server to make it easier if you decide to re-install it.

Now I have two folders named "Microsoft SQL Server", one in "Program Files" and one in "Program Files (x86)". My question is can I delete these without having any problems arfterwards?

The article I linked to says that the files in the list can be deleted safely, but I don't want to go throught tat huge list of files and compare them with the files I have…

Best Answer

The Microsoft SQL server Program Files folders are safe to delete because you removed the program and thus anything left over is just for cached purposes by the installers or files that were modified and the uninstaller didnt remove them because sometimes you have custom settings inside .ini files that save certain info, its too much to explain lol but again it should be 100% safe to delete considering your circumstances. You havent mentioned if you installed SQL server for a requirement or just to try something, because if a different program installed SQL server for you it might have installed the express version that just installs a SQL instance and is required by other programs that use databases. But if this doesnt apply to you, you should be good.

Related Question