Compressed drives anyone?

Just because you can't install SQL Server 2005 on a compressed drive doesn't mean you'll be notified that you can't.

1 Min Read
ITPro Today logo in a gray background | ITPro Today

I was eavesdropping on an interesting conversation between SQL Server MVP and DevelopMentor guru Kent Tengels and Microsoft SQL Server storage guy Peter Byne.

Kent was curious why SQL Server 2005 would allow you to attempt to install onto a compressed drive but fail without a meaningful message, as evidenced by this blog entry:  http://blogs.advantaje.com/blog/kevin/Net/2005/11/17/More-SQLExpress

-Problems.html.  After all, an ounce of prevention is worth a pound of cure, right?

Peter responded that the SQL Server 2005 installer does check and warn you.  On the other hand, the Visual Studio installed doesn't.  The reason is the when Visual Studio install SQL Server Express it calls the installer in "unattended" mode.  Unattended mode only gets the failure code back, not the fully descriptive messages.  So in the end, if you're installing SQL Server Express through Visual Studio be aware that you cannot place it on compressed drives. 

Fair enough for me!

-Kev

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like