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.
Author |
Topic |
CanadaDBA
583 Posts |
Posted - 2007-05-31 : 12:56:45
|
I need to copy a SQL2000 instance to another machine. It has more than 100 databases. I need to copy all jobs and DTS packages as well. In addition, need user access rights to be the same. I know one way is to copy all .mdf and .ldf files including system databases (master and msdb). If this is the only way. What else should I do when I copied the files? For example, I know the jobs would have the original server name. Is there any way to prevent stop and strting the original server?Thanks,Canada DBA |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-05-31 : 17:11:09
|
File path should be same, sql has same sp level. |
 |
|
|
|
|