About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
loonison101
12/28/2017 - 5:55 PM
share
Share
add_circle_outline
Save
SQL Server Snippets
sql-server-snippets.sql
content_copy
file_download
-- Remove pesky temp tables IF OBJECT_ID('tempdb..#hack') IS NOT NULL DROP TABLE #hack
clear