Rollback Service Pack???

  • Hi Friends,

    Can we rollback a service pack which is already installed.

    If so, what are the steps involved?

    Thanks in advance.

  • you would have to un-install, re-install the SQL instance.

    ---------------------------------------------------------------------

  • Hi Mahesh,

    You cannot rollback service packs upto 2005. This feature is available in 2008

    [font="Verdana"]Thanks
    Chandra Mohan[/font]

  • Thanks for the valuable suggestions.

  • For a default instance installed on a single server with user databases on seperate drive than "c:\" and all system databases in "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data" would the following steps provide a viable rollback? I know it's not uninstalling and reinstalling sql server, but in theory everything being touched by the service pack would be restored to its previous state.

    1. Backup the system state.

    2. Backup C:\Program Files\Microsoft SQL Server\*.*

    3. Detach all user databases.

    4. Install service pack.

    5. Service pack doesn't install properly.

    6. Restore items from 1 and 2.

    7. Reattach user databases.

  • JasonRowland (3/2/2011)


    For a default instance installed on a single server with user databases on seperate drive than "c:\" and all system databases in "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data" would the following steps provide a viable rollback? I know it's not uninstalling and reinstalling sql server, but in theory everything being touched by the service pack would be restored to its previous state.

    1. Backup the system state.

    2. Backup C:\Program Files\Microsoft SQL Server\*.*

    3. Detach all user databases.

    4. Install service pack.

    5. Service pack doesn't install properly.

    6. Restore items from 1 and 2.

    7. Reattach user databases.

    One thought to this... most people put the master, model, msdb, temp .mdf and .ldf data files on another drive other than C. There would need to be another step in your process to cover that.

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

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