Can TFS installatino tell SQL where to put the database files.
I plan on installing TFS server and SQL server on the same virtual server. The server has limited disk space so I need to put the database files on a SAN.
Is it possible to tell the TFS installer to put the database files in a specfic location that is different then where SQL Server would normally place new database files? If not is there a way to tell SQL server to put all new database files in a specific location other then the normal default locations?
Thanks
-- Steven
TFS cannot tell SQL where to put the database files, but you can.
I am no SQL expert, but I think the simplest way to accomplish this is to install TFS and let SQL put the TFS databases in the default location.
Then open SQL Management Studio, and for each of the 7 TFS databases:
1) right click on Properties to get the path of the database files
2) right click and select Detach.
Next move the .mdf and .ldf files to wherever you want to put them.
Then go back into SQL Management Studio and add the databases back in. I think you do that by right clicking to on the instance and selecting "Attach database."