Skip to content

Instantly share code, notes, and snippets.

@haroldcris
Created November 22, 2022 09:44
Show Gist options
  • Save haroldcris/73cd224a47b18404ac5754510cfca1f6 to your computer and use it in GitHub Desktop.
Save haroldcris/73cd224a47b18404ac5754510cfca1f6 to your computer and use it in GitHub Desktop.
MSSQL Script when Database Mail Failed
/***
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