1
0
mirror of https://github.com/alex-bochkov/ssms-addin.git synced 2026-06-15 16:57:06 +02:00

Delete If OBJECT_ID IS NULL.sql

This commit is contained in:
Alex Bochkov
2019-05-16 14:00:10 -07:00
committed by GitHub
parent 5c8c524413
commit 37aefaf75e
@@ -1 +0,0 @@
IF OBJECT_ID('tempdb..#Root') IS NOT NULL DROP TABLE #Root;