Skip to content

Instantly share code, notes, and snippets.

@dejanstojanovic
Created February 18, 2015 15:58
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 dejanstojanovic/d52ca548bb922008847d to your computer and use it in GitHub Desktop.
Save dejanstojanovic/d52ca548bb922008847d to your computer and use it in GitHub Desktop.
SELECT stored procedure code in Microsoft SQL Server
SELECT ROUTINE_DEFINITION FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_NAME='spDateNow'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment