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)
 Database transfer

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: 300gb

I 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 running
sql 7.

Rgds

Raghavendra"

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

- Advertisement -