Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Kevin-Bronsdijk/5630d229aade75511853 to your computer and use it in GitHub Desktop.
Save Kevin-Bronsdijk/5630d229aade75511853 to your computer and use it in GitHub Desktop.
management-studio-query-shortcuts
CREATE PROCEDURE Debugging (@value varchar(150))
AS
BEGIN
-- Something interesting
SELECT CONCAT('hello ', @value)
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment