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 2005 Forums
 SQL Server Administration (2005)
 Moving production servers

Author  Topic 

mandm
Posting Yak Master

120 Posts

Posted - 2013-08-14 : 13:50:56
I currently have a production server running SQL 2005. This server is replicating to several other servers and we have various SQL and SSIS feeds moving data to and from it. We are planning to move this to a new SQL 2008 server at a hosted data center.

My two main questions are...

1) What is the best method for keeping the two systems in sync until we're ready to cut over?
2) Is there a way to move the replication to the new server without having to set it up from scratch?

Thanks

Mark

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2013-08-14 : 14:39:14
1. Mirroring works great from 2005 to 2008 (one direction only). Log shipping works well, either custom or built-in.
2. Script it. Once you ensure the two systems are up to date as far as data, then just run the script and specify the option that your data is already in sync. Shouldn't take more than a minute.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

mandm
Posting Yak Master

120 Posts

Posted - 2013-08-14 : 15:09:35
Thanks Tara,

That will make my life easier.
Go to Top of Page
   

- Advertisement -