jnelson993
Posts: 959
Score: 132 Joined: 2/18/2005 From: Minneapolis, MN Status: offline
|
I don't quite understand why you can't control the locations...when you install the OS, you create the partitions/volumes and install Winders to the partition of your choice...I'm assuming you've got that down :) When you install SQL you can specify during the setup where you want it to go, and when you install CM you tell IT where to install. Now, if you want to change the location of the DB after it's all set up, you can stop CM,detach the SMS DB using SQL Management Studio, move it to a new location and re-attach it from the new location. If you just want to move the log, you can detach the DB, move the log, and when you reattach, use the SP_ATTACH_DP command from SQL to tell it where the log is. EXEC sp_attach_db 'SMS_DB', 'd:\path\to\smsdb.mdf', 'd:\path\to\sms_log.ldf'
_____________________________
Number2 (John Nelson) MyITForum - Blog MyITForum - Forum Posts
|