I have read a number of threads on this, however any clarification of the following would be very much appreciated:
I have been asked to move a database to a new drive on the same server, and am aware this can be done using sp_detach_db and sp_attach_db.
The question is once this has been done - do I or should I also move the system databases, or is it OK for these to remain on the current drive?
Also once the database has been moved do I need to perform any other tasks to ensure users and applications can still connect - Again I assume not as database name has not changed - but confirmation would be very much appreciated.
Obviously the maintenance plan would need modifying - but is there anything else I am missing?
As you can guess fairly new to SQL Server Administration!
Thanks Mark...
I have been asked to move a database to a new drive on the same server, and am aware this can be done using sp_detach_db and sp_attach_db.
The question is once this has been done - do I or should I also move the system databases, or is it OK for these to remain on the current drive?
Also once the database has been moved do I need to perform any other tasks to ensure users and applications can still connect - Again I assume not as database name has not changed - but confirmation would be very much appreciated.
Obviously the maintenance plan would need modifying - but is there anything else I am missing?
As you can guess fairly new to SQL Server Administration!
Thanks Mark...