Updated the script with additional steps for killing the ongoing proc…#5372
Updated the script with additional steps for killing the ongoing proc…#5372ktoliver merged 4 commits intoMicrosoftDocs:livefrom
Conversation
…esses and also sp_reconfigure options Running just those (on the current doc) will error out with multiple errors and customers will need to go back and forth in troubleshooting the errors. Hence edited the doc with detailed step by step guide.
|
@ronazi : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Hi @ronazi - Thanks for the proposed changes. @bluefooted - Hey Pam, do you mind taking a quick look at the proposed changes? Do you agree with providing instructions to kill all SPIDs above 50 before changing the containment option? At the very least, we will need to put a warning in place. Thanks! |
|
@VanMSFT What is the status on this? |
|
Sorry folks, just got back from vacation! No, the kill script isn't the best way to do this, we would normally recommend something like the following script: ALTER DATABASE Test ALTER DATABASE Test ALTER DATABASE Test And yes I agree, if we add this, we should also add a warning. |
|
@VanMSFT : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Thanks Pam! @ronazi - I made edits to your PR based on Pam's suggestion. Thanks for the help with our documentation. Let me know if there are any issues. I will approve this PR now. #sign-off |
bluefooted
left a comment
There was a problem hiding this comment.
Looks good, thank you!
|
@ktoliver : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
…esses and also sp_reconfigure options
Running just those (on the current doc) will error out with multiple errors and customers will need to go back and forth in troubleshooting the errors. Hence edited the doc with detailed step by step guide.