SQL 2000 Migration to New Servers

  • 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

  • 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.



    Shamless self promotion - read my blog http://sirsql.net

  • 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

  • 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.



    Shamless self promotion - read my blog http://sirsql.net

  • Sorry for the late reply, it is SQL 2000 Standard.

    Bob

  • 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.



    Shamless self promotion - read my blog http://sirsql.net

  • 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