Skip to content

Instantly share code, notes, and snippets.

@shaneis
Created April 13, 2018 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaneis/d7c7c2cfbd1f40f56ade8346d64cd1a9 to your computer and use it in GitHub Desktop.
Save shaneis/d7c7c2cfbd1f40f56ade8346d64cd1a9 to your computer and use it in GitHub Desktop.
Why would someone do this?
CREATE TRIGGER Clippy
ON dbo.WishList
AFTER INSERT
AS
RAISERROR(N'Looks like you''ve inserted some records', 16, 10);
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment