Skip to content

Instantly share code, notes, and snippets.

@thorsman99
Created November 29, 2017 12:44
Show Gist options
  • Save thorsman99/b5ffe921807db83c062b875d0399a504 to your computer and use it in GitHub Desktop.
Save thorsman99/b5ffe921807db83c062b875d0399a504 to your computer and use it in GitHub Desktop.
Drop Temp Table if Exists #sql
IF OBJECT_ID('tempdb..#Results') IS NOT NULL DROP TABLE #Results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment