Migration from SQL 2005 to 2008

  • Friends, we are moving our SQL 2005 box to 2008 We are going to follow Side by Side Upgrade approach by backup and restore method I have doubts over default databases How should we handle them ? specially when they contain the login information (very particular about these), job details etc. Can you suggest pre upgrade checklist or points to be taken care of ?

  • You can make use of SQL Server 2008 Upgrade Advisor to look for any possible issues, before actually upgrading the instance. You may find this article useful.

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

  • Is there anything to take care of with respect to login transfer ?

  • Since you are upgrading, the setup would take care of transferring the logins to the upgraded instance. However, before performing the upgrade make sure to have FULL backups of all the databases including the system databases.

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

  • And in case of migration ?

  • If you are migrating the user databases to a new SQL Server 2008 instance, you can script the logins on the SQL Server 2005 instance using sp_help_revlogin and execute the resultant script on SQL Server 2008 instance.

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

  • Try using the Transfer login task in BIDS and be sure that "Copy Sids" is set to True. It worked great for my side by side upgrades.

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply