Skip to content

Instantly share code, notes, and snippets.

@max-mulawa
Created April 20, 2011 09:34
Show Gist options
  • Save max-mulawa/930840 to your computer and use it in GitHub Desktop.
Save max-mulawa/930840 to your computer and use it in GitHub Desktop.
DML Trigger Snippet 4
SELECT t.*, te.*
FROM sys.triggers t
INNER JOIN sys.trigger_events te
ON t.object_id = te.object_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment