precautions before applying critical patches

  • Hi,

    Please suggest me is there any other precautions need to take before applying to patches on my sqlservers.

    we are taking

    1.Full backups of each db.

    2.mssqlsystemresource.mdf, mssqlsystemresource.ldf.

    we are having sqlservers on cluster environment.

  • Simha24 (4/17/2012)


    Hi,

    Please suggest me is there any other precautions need to take before applying to patches on my sqlservers.

    we are taking

    1.Full backups of each db.

    2.mssqlsystemresource.mdf, mssqlsystemresource.ldf.

    we are having sqlservers on cluster environment.

    I wouldn't apply any patches on your servers unless they are absolutely critical. If you can, wait for a full "Service Pack" and then load it on a similar server with restores of your databases and test like crazy.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Yeah, apply in a dev/test environment and test the hell out of them.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • and if it is being hosted on a virtual machine .... ask your VM/Hyper-V sysadmins to take a snapshot before you start your upgarde ! ( easy revert )

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

  • ALZDBA (4/18/2012)


    and if it is being hosted on a virtual machine .... ask your VM/Hyper-V sysadmins to take a snapshot before you start your upgarde ! ( easy revert )

    However do note that such a practice (snapshotting a running instance) is not a supported by MS. If it breaks, you will get no support.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • GilaMonster (4/18/2012)


    ALZDBA (4/18/2012)


    and if it is being hosted on a virtual machine .... ask your VM/Hyper-V sysadmins to take a snapshot before you start your upgarde ! ( easy revert )

    However do note that such a practice (snapshotting a running instance) is not a supported by MS. If it breaks, you will get no support.

    Thank you for bringing this up, Gail !

    I did indeed failed to mention to take the sqlinstance down before the snapshot creation 🙁

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

  • ALZDBA (4/18/2012)


    Thank you for bringing this up, Gail !

    I did indeed failed to mention to take the sqlinstance down before the snapshot creation 🙁

    Even with the instance stopped, it's still not a supported scenario at present.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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