Yes, you do a backup in SQL Server Studio (right click on database, select Tasks-->backup) and backup to a file.
then delete the database (select database and press delete)
You then do a restore in SQL Server studio,
and under options in the restore window, change the path to whatever path you want the files to be.
Main Topics
Browse All Topics





by: Kevin3NFPosted on 2007-09-05 at 06:48:25ID: 19832274
Detach the database, copy the files, attach the database.
Ideally, mdf and ldf are not on the same physical drives.
See books online for more on detach attach....its really easy and can be done via the GUI