﻿<?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 output clause</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged output clause posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Using SQL Server's Output Clause</title><description><![CDATA[<p>When you are inserting, updating, or deleting records from a table, SQL Server keeps track of the records that are changed in two different pseudo tables: INSERTED, and DELETED.  These tables are normally used in DML triggers.  If you use the OUTPUT clause on an INSERT, UPDATE, DELETE or MERGE statement you can expose the records that go to these pseudo tables to your application and/or T-SQL code.</p><!-- 5 Minutes (SQL Source Control)-->
<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-source-control/entrypage/5-minutes?utm_source=ssc&utm_medium=pubad&utm_content=5mins&utm_campaign=sqlsourcecontrol&utm_term=rss-20012"><img src="http://assets.red-gate.com/external/SSC/SOC5mins68x68.gif" alt="sqlsourcecontrol"></td>   <td><strong>Database source control in just 5 minutes</strong><br />It takes just 5 minutes to connect your SQL databases to source control. Got 5 minutes to spare?  <a href="http://www.red-gate.com/products/sql-development/sql-source-control/entrypage/5-minutes?utm_source=ssc&utm_medium=pubad&utm_content=5mins&utm_campaign=sqlsourcecontrol&utm_term=rss-20012">Get started now.</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/redirect/articles/89200/</guid><pubDate>Mon, 26 Mar 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/89200/</link></item><item><title>Dealing with Incomplete Data - A T-SQL Puzzle 1</title><description><![CDATA[<p>Client data received for processing may have invalid records based on processing requirements. Identifying and dealing with bad records in a specific scenario is the object of this article.</p>]]></description><guid>http://www.sqlservercentral.com/articles/T-SQL/74088/</guid><pubDate>Tue, 22 Nov 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/T-SQL/74088/</link></item><item><title>Using INSERT / OUTPUT in a SQL Server Transaction</title><description><![CDATA[<p>Frequently I find myself in situations where I need to insert records into a table in a set-based operation wrapped inside of a transaction where secondarily, and within the same transaction, I spawn-off subsequent inserts into related tables where I need to pass-in key values that were the outcome of the initial INSERT command.  Thanks to a Transact/SQL enhancement in SQL Server, this just became much easier and can be done in a single statement... WITHOUT A TRIGGER!</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/71951/</guid><pubDate>Mon, 27 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/71951/</link></item><item><title>Working with Queues in SQL Server</title><description><![CDATA[<p>This article shows sow to create a queue from a SQL table to serve each operator exactly one item from the queue that has not been picked up by any other. </p>]]></description><guid>http://www.sqlservercentral.com/articles/Queue+processing/69653/</guid><pubDate>Mon, 05 Apr 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Queue+processing/69653/</link></item></channel></rss>