SQL Server installation leaves odd hotfix folders on the root
Posted
by Nick
on Server Fault
See other posts from Server Fault
or by Nick
Published on 2009-11-14T13:37:21Z
Indexed on
2010/04/28
3:13 UTC
Read the original article
Hit count: 763
sql-server-2008
|sql-server
I have about a dozen weirdly named folders, for example 5e812807b3e1b04248ed046794a01b, on my d: drive after installing SQL Server 2008.
Inside each folder are two subfolders: 1033 and hotfixexpress
\1033\eula.txt \1033\finalsql2005information.rtf \1033\hotfix.rll \1033\sqlhotfix.chm \1033\sqlse.rll
\hotfixexpress\files\sqlexpr.exe
I get access denied whenever I try to delete any of these files / folders. I tried again after stopping all SQL server services, without luck.
Any ideas?
© Server Fault or respective owner