Skip to content

Instantly share code, notes, and snippets.

@max-mulawa
Created April 21, 2011 12:08
Show Gist options
  • Save max-mulawa/934343 to your computer and use it in GitHub Desktop.
Save max-mulawa/934343 to your computer and use it in GitHub Desktop.
CLRTriggers 5
EXEC sp_configure 'show advanced option',1
GO
RECONFIGURE
GO
EXEC sp_configure 'clr enabled',1
GO
RECONFIGURE
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment