I know I'm probably missing something obvious, but...
We are moving our SQL Server 2000 to a new set of hard drives. I can detach the user databases, but the master, msdb, and tempdb can not be detached. I can put them into single-user mode via OSQL.
Issue: we are going to copy the files over from one array to the other. My understanding is that you can only copy the .mdf and .ldf files if they are detached. Is this true? If so, how do I detach the master, msdb, and tempdb databases or does putting them in single-user mode do the same thing?
-SQLBill
We are moving our SQL Server 2000 to a new set of hard drives. I can detach the user databases, but the master, msdb, and tempdb can not be detached. I can put them into single-user mode via OSQL.
Issue: we are going to copy the files over from one array to the other. My understanding is that you can only copy the .mdf and .ldf files if they are detached. Is this true? If so, how do I detach the master, msdb, and tempdb databases or does putting them in single-user mode do the same thing?
-SQLBill