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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Sql 2005 installation path errors

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 know

Thanks
Kishore

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.
Go to Top of Page

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?
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-11-12 : 22:15:56
Always backup all dbs first before doing such changes.
Go to Top of Page

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 ?
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-11-14 : 22:30:07
http://support.microsoft.com/kb/224071
Go to Top of Page
   

- Advertisement -