December 16, 2008 at 10:35 am
We are attempting to migrate our SQL 2000 Databases (about 200 gigs total including the log files) to a new server, and we are restricted in the time to get this done (4 Hours) base on an article on this site we used RoboCopy however our test cutover took way to long, my second thought is to setup the new server and a transactional replication partner and once the data is replicated remove the new server from the replication. Does anyone have any suggestions on the quickest way to get this done.
Thanks in advance,
Bob Smith
December 16, 2008 at 11:29 am
Have you considered log shipping?
It will put you easily within the window.
Match the logins and sids on the new machine.
Backup your existing databases.
Restore on the far side with no recovery.
Setup logshipping and ship the logs to the other side.
When you are ready to cutover perform a final log backup, restore it on the far side with recovery and you are done, apart from testing.
December 16, 2008 at 11:36 am
Nicholas,
Thanks for the reply, I am not familiar with log shipping but I will review the info and setup a test, thanks for your help.
Bob Smith
December 16, 2008 at 11:40 am
Here's a pretty good Microsoft article as regards how to implement http://support.microsoft.com/kb/314515
Forgot to ask if you were running the Enterprise Edition of SQL 2000.
December 16, 2008 at 1:37 pm
Sorry for the late reply, it is SQL 2000 Standard.
Bob
December 16, 2008 at 1:43 pm
Checkout this script from Adam Jorgensen to do a more manual version rather than the GUI version as the standard edition doesn't support it.
http://www.sqlservercentral.com/scripts/Replication/31544/%5B/url%5D
There are other scripts out there on the site as well, a search will provide some really good content to help you get started.
December 16, 2008 at 1:47 pm
Nicholas,
Thanks again will log shipping work even though SQL 2000 Standard
Thanks,
Bob
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply