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
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 moving data file

Author  Topic 

putane.sanjay
Yak Posting Veteran

77 Posts

Posted - 2007-01-30 : 08:07:25
Hi
how can i move data files and log files from 'c' drive to 'd' drive where all the system database and user defined database are created in the 'c' drive.
please suggest me

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-01-30 : 08:17:06
1. take database offline
2. detach the database
3. move the mdf, ldf
4. attach the database


KH

Go to Top of Page
   

- Advertisement -