<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to perform a batch delete in T-SQL</title>
	<atom:link href="http://resources.mdbitz.com/2010/03/how-to-perform-a-batch-delete-in-t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://resources.mdbitz.com/2010/03/how-to-perform-a-batch-delete-in-t-sql/</link>
	<description></description>
	<lastBuildDate>Wed, 26 May 2010 17:06:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: MDBitz - Matthew Denton</title>
		<link>http://resources.mdbitz.com/2010/03/how-to-perform-a-batch-delete-in-t-sql/comment-page-1/#comment-1451</link>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
		<pubDate>Wed, 26 May 2010 17:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1106#comment-1451</guid>
		<description>James, you are correct in that Microsoft&#039;s version of T-SQL does require the parenthesis. I currently do most of my work in Sybase T-SQL which does not require their use.  Thanks for the input, I&#039;m sure it will be helpful to others.</description>
		<content:encoded><![CDATA[<p>James, you are correct in that Microsoft&#8217;s version of T-SQL does require the parenthesis. I currently do most of my work in Sybase T-SQL which does not require their use.  Thanks for the input, I&#8217;m sure it will be helpful to others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Greaves</title>
		<link>http://resources.mdbitz.com/2010/03/how-to-perform-a-batch-delete-in-t-sql/comment-page-1/#comment-1449</link>
		<dc:creator>James Greaves</dc:creator>
		<pubDate>Wed, 26 May 2010 16:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1106#comment-1449</guid>
		<description>I believe you need to have the T-SQL changed in your article for the DELETE TOP to

DELETE TOP (10000) 

I needed to use the parentheses to get the DELETE TOP to work properly in SQL 2005.</description>
		<content:encoded><![CDATA[<p>I believe you need to have the T-SQL changed in your article for the DELETE TOP to</p>
<p>DELETE TOP (10000) </p>
<p>I needed to use the parentheses to get the DELETE TOP to work properly in SQL 2005.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

