Results 1 to 2 of 2

Thread: steps before shutdown production sqlserver on webapplication

  1. #1
    kumar Guest

    steps before shutdown production sqlserver on webapplication


    hi,

    What are the steps to be followed to shutdown a production sqlserver?
    (like checking user connections, termination processes etc)
    IIS is connecting to the database.

    Thanks
    kumar

  2. #2
    lfmn Guest

    steps before shutdown production sqlserver on webapplication (reply)

    step 1: make sure nobody is looking.

    only kidding.

    you can either go to Query analyzer and run sp_who to check current activity, or go the the enterprise manager/server/management/current activity/process info. this will tell you who is logged and and what they are doing. If possible, make sure everyone is logged off and there are no important processes running before shutting down. Sometimes, like if it's locked, you just need to reboot.

    Good luck


    ------------
    kumar at 3/2/01 1:46:09 PM


    hi,

    What are the steps to be followed to shutdown a production sqlserver?
    (like checking user connections, termination processes etc)
    IIS is connecting to the database.

    Thanks
    kumar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •