Skip to content

Instantly share code, notes, and snippets.

@weeksdev
Last active January 1, 2016 13:39
Show Gist options
  • Save weeksdev/8152171 to your computer and use it in GitHub Desktop.
Save weeksdev/8152171 to your computer and use it in GitHub Desktop.
SQL Stored Proc Get Parameter Names
select parameter_name,data_type from information_schema.parameters
where specific_name='storedProcName'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment