Service packs

  • Hi,

    Is that necessary/mandatory to install sp4 on sql server 2000 before going Sql 2008 migration with sp1?

    why am asking this is, we already have sp3 on sql 2000 enterprise edition instance and we now planning for sql 2008 migration.

    Since latest service pack available for sql 2000 is sp4, do we need to apply it first and then go for sql migration or can we directly migrate the sql 2000 sp3 instance to sql 2008 sp1 instance.

    Any Technical reasons??

    Thanks in Advance.

  • If you are doing an in-place upgrade from SQL 2000 you must be on SP4.

    If you are building a new server to host the new version of SQL you may be OK with what you have got. You can transfer your user databases by either backup & restore or detach & attach.

    There are fewer risks in building a new server than in doing an in-place upgrade. The two main issues with an in-place upgrade are that you may not get a successful install of the .Net components, and if you get past this sometimes an in-place upgrade will fail leaving SQL Server unusable. If you do get an in-place failure leaving SQL unusable, the only way forward is to uninstall SQL Server, then reinstall SQL 2000 and plan to upgrade by moving to a new server.

    The biggest problem in doing a new server build is scripting the logins, DTS packages and SQL Agent jobs so they can be loaded into the new server.

    Whatever you do, you need to test the upgrade process before you do it on the production system. If you decide to do an in-place upgrade your plan must include what you will do if the upgrade fails leaving SQL unusable.

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

  • Thank You so much.

  • This was removed by the editor as SPAM

Viewing 4 posts - 1 through 3 (of 3 total)

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