Skip to content

Instantly share code, notes, and snippets.

@mattmc3
Last active April 6, 2017 20:44
Show Gist options
  • Select an option

  • Save mattmc3/3ec11ab210329e1929b156904b2ce770 to your computer and use it in GitHub Desktop.

Select an option

Save mattmc3/3ec11ab210329e1929b156904b2ce770 to your computer and use it in GitHub Desktop.
MSSQL drop proc if exists
if objectproperty(object_id('{{schema}}.{{proc_name}}'), 'IsProcedure') is not null drop proc {{schema}}.{{proc_name}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment