Skip to content

Instantly share code, notes, and snippets.

@js1972
Created June 26, 2014 08:58
Show Gist options
  • Save js1972/37e896824c0ab0fb9405 to your computer and use it in GitHub Desktop.
Save js1972/37e896824c0ab0fb9405 to your computer and use it in GitHub Desktop.
Execute a simple SQLServer procedure
EXECUTE PersonsListByPostcode @pc = '6000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment