Skip to content

Instantly share code, notes, and snippets.

@crowcoder
Created October 15, 2016 14:31
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 crowcoder/246eb9d0929d33eb81152c7061f77682 to your computer and use it in GitHub Desktop.
Save crowcoder/246eb9d0929d33eb81152c7061f77682 to your computer and use it in GitHub Desktop.
CREATE PROCEDURE [dbo].[usp_Input_No_Default]
@param1 varchar(50)
AS
SELECT @param1;
RETURN 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment