<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Reset auto increment on a table'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 14:01:34 GMT</pubDate>
<item>
<title>Yeah said on 1/18/08</title>
<link>http://snipplr.com/view/3952/reset-auto-increment-on-a-table/</link>
<description><![CDATA[ <p>If you have already deleted all rows from table, you can truncate it. Effect will be the same. Also you can use truncate instead of using delete. Then you can do the same thing with one query.</p>
 ]]></description>
<pubDate>Fri, 18 Jan 2008 09:37:34 GMT</pubDate>
<guid>http://snipplr.com/view/3952/reset-auto-increment-on-a-table/</guid>
</item>
</channel>
</rss>