﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged delete</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged delete posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Deleting large number of rows from a table in a VLDB</title><description><![CDATA[<p>For enterprise systems, purging data is a reality. Today, we will see some strategies that I recently implemented to make this process work efficiently.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/72606/</guid><pubDate>Fri, 08 Mar 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/72606/</link></item><item><title>Hidden Tricks To SQL Server Table Cleanup</title><description><![CDATA[<p>How to delete millions of rows with virtually no contention.</p>]]></description><guid>http://www.sqlservercentral.com/articles/delete/96780/</guid><pubDate>Wed, 06 Mar 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/delete/96780/</link></item><item><title>Large table cleanup with minimal locks</title><description><![CDATA[<p>How do you delete millions of rows with minimal impact to the business? This article gives you a way to accomplish the removal of old data.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/87284/</guid><pubDate>Tue, 06 Mar 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/87284/</link></item><item><title>Options to not replicate SQL Server DELETE commands</title><description><![CDATA[<p>I have transactional replication configured in my production environment. The business team has requested that I do not replicate delete operations on certain articles.  In this tip we look at a couple of options to not replicate DELETE commands.</p><!-- disturbing m1(DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>‘Disturbing Development’</strong><br />Grant Fritchey & the DBA Team present the latest installment of the Top 5 hard-earned lessons of a DBA –  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018">read it now</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/redirect/articles/76827/</guid><pubDate>Fri, 04 Nov 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/76827/</link></item><item><title>Difference between Truncate and Delete</title><description><![CDATA[<p>This article explains you the differences between the Truncate and Delete commands in SQL.</p>]]></description><guid>http://www.sqlservercentral.com/articles/delete/61387/</guid><pubDate>Mon, 04 Jul 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/delete/61387/</link></item><item><title>Deleting large number of rows from a table in a VLDB</title><description><![CDATA[<p>For enterprise systems, purging data is a reality. Today, we will see some strategies that I recently implemented to make this process work efficiently.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/72606/</guid><pubDate>Fri, 08 Mar 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/72606/</link></item><item><title>Deleting Large Number of Records</title><description><![CDATA[<p>Often someone will try to perform a delete on a large number of records and run into a number of problems. Slow performance, log growth, and more. Lynn Pettis shows us how to better handle this situation in SQL Server 2000 and SQL Server 2005</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/67898/</guid><pubDate>Fri, 18 Feb 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/67898/</link></item><item><title>Automated Trigger To Require a WHERE Clause</title><description><![CDATA[<p>Learn how you can build triggers that prevent an update or delete statement from being run without a WHERE clause in this article.</p>]]></description><guid>http://www.sqlservercentral.com/articles/delete/71468/</guid><pubDate>Tue, 25 Jan 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/delete/71468/</link></item><item><title>The DELETE statement in SQL Server</title><description><![CDATA[<p>Of the big four DML statements in SQL Server, the DELETE is the one least written about. This is odd considering the extra power conferred on the statement by the addition of the WITH common_table_expression; and the OUTPUT clause that essentially allows you to move data from one table to another in one statement. </p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/71833/</guid><pubDate>Mon, 13 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/71833/</link></item><item><title>Deleting Large Number of Records</title><description><![CDATA[<p>Often someone will try to perform a delete on a large number of records and run into a number of problems. Slow performance, log growth, and more. Lynn Pettis shows us how to better handle this situation in SQL Server 2000 and SQL Server 2005</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/67898/</guid><pubDate>Fri, 18 Feb 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/67898/</link></item><item><title>The Safe and Easy Way to Delete All Data in a SQL Server DB</title><description><![CDATA[<p>Deleting all the data in a SQL Server database doesn't have to involve complex code. The undocumented stored procedure sp_MSForEachTable safely bypasses built-in limitations to accomplish this common task. </p><!-- safeguard (SQL Backup) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="https://sqlbackup.red-gate.com/LogIn?utm_source=ssc&utm_medium=pubad&utm_content=safeguard_backups&utm_campaign=sqlbackup&utm_term=rss-20016"><img src="http://assets.red-gate.com/external/SSC/backuphosted_white_68x68.png" alt="sqlbackup"></td>   <td><strong>New! Safeguard your SQL backups</strong><br />Protect your backups from onsite disaster with SQL Backup Pro and a Hosted Storage account from Red Gate.  <a href="https://sqlbackup.red-gate.com/LogIn?utm_source=ssc&utm_medium=pubad&utm_content=safeguard_backups&utm_campaign=sqlbackup&utm_term=rss-20016">Learn more</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/redirect/articles/66021/</guid><pubDate>Tue, 03 Mar 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/66021/</link></item><item><title>Deleting Batches of Rows with TOP</title><description><![CDATA[<p>Using the TOP clause in a procedure to delete records in batch.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Top/63301/</guid><pubDate>Thu, 03 Jul 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Top/63301/</link></item><item><title>Difference between Truncate and Delete</title><description><![CDATA[<p>This article explains you the differences between the Truncate and Delete commands in SQL.</p>]]></description><guid>http://www.sqlservercentral.com/articles/delete/61387/</guid><pubDate>Mon, 04 Jul 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/delete/61387/</link></item></channel></rss>