<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'SQL Delete Table if Exists'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sun, 19 Apr 2026 09:02:27 +0000</lastBuildDate>
    <item>
      <title>derekholmes said on 28/Jan/2011</title>
      <link>https://snipplr.com/view/8340/sql-delete-table-if-exists</link>
      <description>&lt;p&gt;also useful for testing temp table queries&#13;
&lt;code&gt;&#13;
If Object_Id('tempdb..#easyResults') IS NOT NULL BEGIN&#13;
		DROP TABLE #easyResults&#13;
	END&#13;
&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 28 Jan 2011 04:21:41 UTC</pubDate>
      <guid>https://snipplr.com/view/8340/sql-delete-table-if-exists</guid>
    </item>
  </channel>
</rss>
