<?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: Efficiently Delete / Purge All Items from a SharePoint List</title>
	<atom:link href="http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/</link>
	<description>Thinking in .NET</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:23:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Radi A.</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-1059</link>
		<dc:creator>Radi A.</dc:creator>
		<pubDate>Wed, 23 Dec 2009 13:05:22 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-1059</guid>
		<description>Thanks Merill, I used you helper class today.  I somehow remembered that you had such a post and looked it up (:

All the best and happy Christmas holidays!</description>
		<content:encoded><![CDATA[<p>Thanks Merill, I used you helper class today.  I somehow remembered that you had such a post and looked it up (:</p>
<p>All the best and happy Christmas holidays!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-648</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Mon, 19 Oct 2009 12:46:44 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-648</guid>
		<description>This helped us out tremendously. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>This helped us out tremendously. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uncatchable Spark &#187; SPWeb.ProcessBatchData throws &#8220;Value does not fall within the expected range&#8221; exception</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-629</link>
		<dc:creator>Uncatchable Spark &#187; SPWeb.ProcessBatchData throws &#8220;Value does not fall within the expected range&#8221; exception</dc:creator>
		<pubDate>Tue, 29 Sep 2009 19:43:26 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-629</guid>
		<description>[...] every 2-3 seconds. That made me looking for alternative approaches and eventually I came across http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/ – looked like a solution to my problem, so I took the idea and built my own function using [...]</description>
		<content:encoded><![CDATA[<p>[...] every 2-3 seconds. That made me looking for alternative approaches and eventually I came across <a href="http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/" rel="nofollow">http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/</a> – looked like a solution to my problem, so I took the idea and built my own function using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glynn</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-606</link>
		<dc:creator>Glynn</dc:creator>
		<pubDate>Sun, 30 Aug 2009 20:07:03 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-606</guid>
		<description>Any thoughts on how your code would perform compared to using a delete query to a linked SharePoint table in an Acess2007 app, which is terribly slow. Also, how would one go about integrating your code with an Access2007 app.

Thanks,

Glynn</description>
		<content:encoded><![CDATA[<p>Any thoughts on how your code would perform compared to using a delete query to a linked SharePoint table in an Acess2007 app, which is terribly slow. Also, how would one go about integrating your code with an Access2007 app.</p>
<p>Thanks,</p>
<p>Glynn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RC</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-463</link>
		<dc:creator>RC</dc:creator>
		<pubDate>Thu, 21 May 2009 14:21:21 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-463</guid>
		<description>Yogie. I am not a programmer either. So what i did is that i imported the list into access2007. Then i delete all the items using an access delete query pointed back at sharepoint list and synchronized it back to Sharepoint.
Hope this helps.</description>
		<content:encoded><![CDATA[<p>Yogie. I am not a programmer either. So what i did is that i imported the list into access2007. Then i delete all the items using an access delete query pointed back at sharepoint list and synchronized it back to Sharepoint.<br />
Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RC</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-462</link>
		<dc:creator>RC</dc:creator>
		<pubDate>Thu, 21 May 2009 14:20:30 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-462</guid>
		<description>Yogie. I am not a programmer either. So what i did is that i imported the list into access2007. Then i delete all the items using a sharepoint query and synchronized it back to Sharepoint.
Hope this helps.</description>
		<content:encoded><![CDATA[<p>Yogie. I am not a programmer either. So what i did is that i imported the list into access2007. Then i delete all the items using a sharepoint query and synchronized it back to Sharepoint.<br />
Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-327</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Mon, 26 Jan 2009 17:41:26 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-327</guid>
		<description>Hey Yogie, so I&#039;m writing an SP timer job that runs hourly purges all items in the list then adds new items back into the list right now. But i&#039;m running into an issue, it takes bout 2 minutes to purge all the items. strange thing is it seems to just be appending more and more records instead of clearning out the 1000 items and adding 1000 new ones. Any one find a workaround? maybe break it up into 2 timer jobs: one to delete the files then one to add new ones?</description>
		<content:encoded><![CDATA[<p>Hey Yogie, so I&#8217;m writing an SP timer job that runs hourly purges all items in the list then adds new items back into the list right now. But i&#8217;m running into an issue, it takes bout 2 minutes to purge all the items. strange thing is it seems to just be appending more and more records instead of clearning out the 1000 items and adding 1000 new ones. Any one find a workaround? maybe break it up into 2 timer jobs: one to delete the files then one to add new ones?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher King</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-50</link>
		<dc:creator>Christopher King</dc:creator>
		<pubDate>Tue, 12 Aug 2008 05:13:06 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-50</guid>
		<description>Note also that when the items that you are deleting are in a document library that you also need:
&lt;SetVar Name=&quot;owsfileref&quot;&gt;{server-relative-url}&lt;/SetVar&gt;

where server-relative-url is the value from the SPFile instance&#039;s ServerRelativeUrl property.

Otherwise the ProcessBatchData call does nothing.</description>
		<content:encoded><![CDATA[<p>Note also that when the items that you are deleting are in a document library that you also need:<br />
&lt;SetVar Name=&quot;owsfileref&quot;&gt;{server-relative-url}&lt;/SetVar&gt;</p>
<p>where server-relative-url is the value from the SPFile instance&#8217;s ServerRelativeUrl property.</p>
<p>Otherwise the ProcessBatchData call does nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogie</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-49</link>
		<dc:creator>Yogie</dc:creator>
		<pubDate>Wed, 23 Jul 2008 23:23:33 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-49</guid>
		<description>Hi,

I need to purge a single SP list, which will be filled up by a script afterwords. Unfortunately I&#039;m not a programmer, so I need an EXE file or something else I could use, is there a ready to use solution available?

Many thanks in advance....

Yogie</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I need to purge a single SP list, which will be filled up by a script afterwords. Unfortunately I&#8217;m not a programmer, so I need an EXE file or something else I could use, is there a ready to use solution available?</p>
<p>Many thanks in advance&#8230;.</p>
<p>Yogie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://merill.net/2008/02/efficiently-delete-purge-all-items-from-a-sharepoint-list/comment-page-1/#comment-48</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 28 May 2008 07:23:11 +0000</pubDate>
		<guid isPermaLink="false">/post/2008/02/Efficiently-Delete--Purge-All-Items-from-a-SharePoint-List.aspx#comment-48</guid>
		<description>Is there a way to delete the items without SP copying them to the Recycle Bin? I&#039;m guessing this could speed up the delete even more?</description>
		<content:encoded><![CDATA[<p>Is there a way to delete the items without SP copying them to the Recycle Bin? I&#8217;m guessing this could speed up the delete even more?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
