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 |
valeriepobeda
Starting Member
1 Post |
Posted - 2009-08-20 : 15:02:13
|
how to change path location on data and logs on the database |
|
Peter99
Constraint Violating Yak Guru
498 Posts |
Posted - 2009-08-20 : 15:26:15
|
1. Detach database.2. copy/move files (mdf/ldf) to new location using OS command.3. Attach database with new file location |
 |
|
|
|
|