Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
kishore chittam
Starting Member
10 Posts |
Posted - 2007-11-11 : 23:07:13
|
| I have sql 2005 installations errors in some of prod servers. Can i change the default paths without re-installing. Like in my servers backup files should go to E:\ drive and data files to F:\ and log files to H:\ Drive.Please let me knowThanksKishore |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-11-11 : 23:12:43
|
| You can sepcify default db file path in server properties in ssms, and move existing dbs to new location with detach/attach. For backup, just specify backup folder when create maintenance plan or perform backup. |
 |
|
|
kishore chittam
Starting Member
10 Posts |
Posted - 2007-11-12 : 00:03:24
|
| Do i need to take backup of master, model and msdb before detach/attach? |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-11-12 : 22:15:56
|
| Always backup all dbs first before doing such changes. |
 |
|
|
kishore chittam
Starting Member
10 Posts |
Posted - 2007-11-14 : 02:16:48
|
| Could you please send me the steps to move system databases to new location with detach/attach ? |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-11-14 : 22:30:07
|
| http://support.microsoft.com/kb/224071 |
 |
|
|
|
|
|