I used sp_detach_db to detach the master, model and msdb databases on ServerA and then used sp_attach_db to attach the master, model and msdb databases on ServerB. The attach process completed successfully for all databases (and I did start SQL Server with trace flag 3608 for the detach and re-attach of model). However, when I go to view the database tree - model does not appear and when I try to create a new database I am told I can't because model cannot be located.
I'd like to avoid rebuilding the master database, so if anyone has any suggestions I would really appreciate them(of course, if my only option is to rebuild and restore master, then I would like to know that also) Thanks.
I'd like to avoid rebuilding the master database, so if anyone has any suggestions I would really appreciate them(of course, if my only option is to rebuild and restore master, then I would like to know that also) Thanks.