Skip to content

Instantly share code, notes, and snippets.

@lanekatris
Last active December 28, 2017 18:03
Show Gist options
  • Save lanekatris/6339ed0799aa79288a1129f656002986 to your computer and use it in GitHub Desktop.
Save lanekatris/6339ed0799aa79288a1129f656002986 to your computer and use it in GitHub Desktop.
-- Remove pesky temp tables
IF OBJECT_ID('tempdb..#hack') IS NOT NULL DROP TABLE #hack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment