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 |
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 offline2. detach the database3. move the mdf, ldf4. attach the database KH |
 |
|
|
|
|