﻿<?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 MERGE</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged MERGE posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>A Hazard of Using the SQL Merge Statement</title><description><![CDATA[<p>The SQL MERGE statement can make your DML querying more efficient but you need to take care or you may get burned</p>]]></description><guid>http://www.sqlservercentral.com/articles/MERGE/97867/</guid><pubDate>Wed, 03 Apr 2013 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/MERGE/97867/</link></item><item><title>Using the SQL Server MERGE Statement to Process Type 2 Slowly Changing Dimensions</title><description><![CDATA[<p>The MERGE statement is powerful and multifunctional, yet it can be hard to master. SOmetimes the MERGE statement that just doesn't do what it's needed to do, like process a Type 2 slowly-changing dimension. Check out this tip to learn more.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/97145/</guid><pubDate>Fri, 08 Mar 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/97145/</link></item><item><title>If you are using indexed views and MERGE, please read this!</title><description><![CDATA[<p>Here is some information about an important MERGE “wrong results” bug, involving indexed views, that could be affecting the accuracy of your queries right now, and what options you have for working around the problem.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/96845/</guid><pubDate>Thu, 14 Feb 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/96845/</link></item><item><title>Stairway to T-SQL DML Level 12: Using the MERGE Statement</title><description><![CDATA[<p>The final level of this stairway looks at the MERGE statement in detail, focusing on how to perform insert, update and delete logic using the MERGE statement.</p><!-- 15 seconds (SQL Monitor) -->
<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/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017"><img src="http://assets.red-gate.com/external/SSC/monitor_ico.gif" alt="sqlmonitor"></td>   <td><strong>Get alerts within 15 seconds of SQL Server issues</strong><br />SQL Monitor checks performance data every 15 seconds, so you can fix issues before your users even notice them.  <a href="http://www.red-gate.com/products/dba/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017">Start monitoring with a free trial.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/Stairway+Series/92557/</guid><pubDate>Wed, 16 Jan 2013 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stairway+Series/92557/</link></item><item><title>Merge, Metadata and the Data Mart ETL</title><description><![CDATA[<p>Here's a great method for managing ETL for data marts and small data warehouses with just T-SQL.</p>]]></description><guid>http://www.sqlservercentral.com/articles/ETL/94034/</guid><pubDate>Thu, 27 Dec 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/ETL/94034/</link></item><item><title>Using the MERGE Statement in SSIS Via a Stored Procedure</title><description><![CDATA[<p>Step-by-step instructions how to build a stored procedure that dynamically constructs and executes a merge statement within SSIS.</p>]]></description><guid>http://www.sqlservercentral.com/articles/EDW/77100/</guid><pubDate>Mon, 23 Jan 2012 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/EDW/77100/</link></item><item><title>Slowly changing dimensions using T-SQL MERGE</title><description><![CDATA[<p>Of all the technical solutions to the problem of slowly changing dimensions, the T-SQL MERGE statement is one of the most elegant. </p>]]></description><guid>http://www.sqlservercentral.com/articles/MERGE/73805/</guid><pubDate>Mon, 20 Jun 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/MERGE/73805/</link></item><item><title>Merge error handling</title><description><![CDATA[<p>Learn to use recursion to determine which row caused your merge statement to fail in this article.</p>]]></description><guid>http://www.sqlservercentral.com/articles/MERGE/71396/</guid><pubDate>Tue, 02 Nov 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/MERGE/71396/</link></item><item><title>Partitioning in SQL Server 2008</title><description><![CDATA[<p>This article discusses about 'Partitioning'. In this detailed article, a particular emphasis is placed on the implementation of Partitioning in SQL Server.</p>]]></description><guid>http://www.sqlservercentral.com/articles/partition/64740/</guid><pubDate>Fri, 01 Oct 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/partition/64740/</link></item><item><title>The MERGE Statement in SQL Server 2008</title><description><![CDATA[<p>When the SQL MERGE statement was introduced in SQL Server 2008, it allowed database programmers to replace reams of messy code with something quick, simple and  maintainable. The MERGE syntax just takes a bit of explaining, and Rob Sheldon is, as always, on hand to explain with plenty of examples.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/71164/</guid><pubDate>Fri, 17 Sep 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/71164/</link></item><item><title>Partitioning in SQL Server 2008</title><description><![CDATA[<p>This article discusses about 'Partitioning'. In this detailed article, a particular emphasis is placed on the implementation of Partitioning in SQL Server.</p><!-- how to automate(Deployment Manager) -->
<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/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015"><img src="http://assets.red-gate.com/external/SSC/deployment-manager-68x68.png" alt="deploymentmanager"></td>   <td><strong>How to automate your .NET and SQL Server deployments</strong><br />Deploy .NET code and SQL Server databases in a single repeatable process with Red Gate Deployment Manager. <a href="http://www.red-gate.com/products/sql-development/sql-prompt/entrypage/effortlessly?utm_source=ssc&utm_medium=pubad&utm_content=breeze&utm_campaign=sqlprompt&utm_term=rss-20015">Start deploying with a 28-day trial</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/articles/partition/64740/</guid><pubDate>Fri, 01 Oct 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/partition/64740/</link></item><item><title>Dynamic SQL Merge</title><description><![CDATA[<p>This article by new author Glen Schwickerath uses dynamic SQL and SQL Server 2008's MERGE statement to create a useful stored procedure tool for synchronizing tables.</p><!-- 15 seconds (SQL Monitor) -->
<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/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017"><img src="http://assets.red-gate.com/external/SSC/monitor_ico.gif" alt="sqlmonitor"></td>   <td><strong>Get alerts within 15 seconds of SQL Server issues</strong><br />SQL Monitor checks performance data every 15 seconds, so you can fix issues before your users even notice them.  <a href="http://www.red-gate.com/products/dba/sql-monitor/entrypage/custom-metrics?utm_source=ssc&utm_medium=pubad&utm_content=15_seconds&utm_campaign=sqlmonitor&utm_term=rss-20017">Start monitoring with a free trial.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/66066/</guid><pubDate>Tue, 07 Apr 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/66066/</link></item><item><title>Understanding the MERGE DML Statement in SQL Server 2008 </title><description><![CDATA[<p>This article about MERGE DML Statement in SQL SERVER 2008 and how to implements it and several examples </p>]]></description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2008/64365/</guid><pubDate>Mon, 08 Dec 2008 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2008/64365/</link></item></channel></rss>