I'm not sure if this would belong on Stack Overflow or Server Fault, so if it belongs on Server Fault please let me know.
Anyway, here's the problem. I've got an install of SQL Server 2008 on a server on the local c drive. The c drive is not a large drive, and as such i want all new databases created on the server to be created on the e drive. My first instinct was to move the database files for the model database, but SSMS is not giving me the option to detach it.
So, my question is, is there a way to set up the server so that all of the new databases are created on the e drive by default?