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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-03-03 : 07:46:08
|
| Raghavendra writes "Hi,I have server with the below config.C:drive is 4 gb d: 20 gb e: 300gbI have .mdf file in d drive and .ndf file in e:. How to I put this .mdf to e: drive. what is the procedure. I am runningsql 7.RgdsRaghavendra" |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-03-03 : 08:17:09
|
| Safest way is a backup and restore with move.You could also backup, sp_detach_db, move the file, sp_attach_db.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|