|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, February 07, 2013 8:26 PM
Points: 2,
Visits: 83
|
|
Dear all
how to migration sql server 2000 "master" and "msdb" database to other sql server 2000 between different machines ? thanks a lot . 
Best Regards Eric
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:11 PM
Points: 37,741,
Visits: 30,020
|
|
I wouldn't recommend moving the system DBs from one server to another. What are you trying to do?
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, February 07, 2013 8:26 PM
Points: 2,
Visits: 83
|
|
Hello Gail
I want to clone one same sql server instance and dbs in other machine. Have you any other good methods ?
BR eric
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, April 17, 2013 3:15 PM
Points: 389,
Visits: 351
|
|
Gail is correct, It is not best practice to move\restore system databases. If i understood correct you want the same objects on both servers correct? If thats the case here is the easiest way achieve your goal .
Script out all the objects in source server, the objects you need to script out are.
Logins, Jobs, Operators, Linked server connections, Alerts, Proxies if exists, Publishers\Subscribers if sources servers is involved in replication.
Enjoy!
EnjoY!
|
|
|
|