Created
November 22, 2022 09:44
-
-
Save haroldcris/73cd224a47b18404ac5754510cfca1f6 to your computer and use it in GitHub Desktop.
MSSQL Script when Database Mail Failed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** | |
Run this script when error is encountered setting up SQL Mail | |
**/ | |
ALTER SERVICE MASTER KEY FORCE REGENERATE | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment