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)
 How 2 Move MSDB on SQL 2K?

Author  Topic 

Jay99

468 Posts

Posted - 2001-05-04 : 12:09:30
In 7, its as simple as sp_detach_db . . . move the files . . .sp_attach_db. Works just like moving a user db.

In 2K, when I sp_detach_db 'MSDB', I get "Server: Msg 7940, Level 16, State 1, Line 1 System databases master, model, msdb, and tempdb cannot be detached."

what gives?

Jay
   

- Advertisement -