Created
July 28, 2015 15:48
-
-
Save Kevin-Bronsdijk/5630d229aade75511853 to your computer and use it in GitHub Desktop.
management-studio-query-shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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