Skip to content

Instantly share code, notes, and snippets.

@max-mulawa
Created April 21, 2011 12:11
Show Gist options
  • Save max-mulawa/934354 to your computer and use it in GitHub Desktop.
Save max-mulawa/934354 to your computer and use it in GitHub Desktop.
CLRTriggers 8
CREATE TRIGGER EmployeeTrigger
ON dbo.Employee
AFTER INSERT
AS EXTERNAL NAME
MulawaSqlServerCLRTriggers.[Mulawa.SqlServer.CLRTriggers.Triggers].EmployeeTrigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment