Skip to content

Instantly share code, notes, and snippets.

@mikebeaton
Created September 3, 2019 15:37
Show Gist options
  • Save mikebeaton/9d210503ba113643ef527b8f30f8f4d0 to your computer and use it in GitHub Desktop.
Save mikebeaton/9d210503ba113643ef527b8f30f8f4d0 to your computer and use it in GitHub Desktop.
'Another Answer' article, gist #1
INSERT INTO dbo.Categories (CategoryName, Description)
VALUES (@CategoryName, @Description)
SELECT SCOPE_IDENTITY()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment