<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>SQL Server Performance &#187; transactions</title>
	<atom:link href="http://www.sql-server-performance.com/tag/transactions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 15 May 2013 08:10:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>SQL Server Transactions and Locking –  Part 1</title>
		<link>http://www.sql-server-performance.com/2013/transactions-locking/</link>
		<comments>http://www.sql-server-performance.com/2013/transactions-locking/#comments</comments>
		<pubDate>Wed, 08 May 2013 04:25:48 +0000</pubDate>
		<dc:creator>Basit Farooq</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[locking]]></category>
		<category><![CDATA[transactions]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3636</guid>
		<description><![CDATA[In many situations, data modification requires several steps. For example, you may need to change the values &#8203;&#8203;in two separate tables. You can use transactions to complete these two operations as a unit, or if an error occurs, does not change any of the tables. Another key consideration is that most databases must be compatible [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/transactions-locking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Transactions in SQL Server &#8211; Part II</title>
		<link>http://www.sql-server-performance.com/2012/implementing-transactions-sql-server/</link>
		<comments>http://www.sql-server-performance.com/2012/implementing-transactions-sql-server/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 05:15:07 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Audit]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[transactions]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2867</guid>
		<description><![CDATA[In Implementing Transactions Part I I briefly described the role of Transactions in SQL Server and outlined a very basic implementation. In this second part, I will explain how a DBA can best implement Transactions in scripts that are to be deployed on production databases. One of the regular tasks of a DBA is to [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/implementing-transactions-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transactions in SQL Server Part I &#8211; An Introduction</title>
		<link>http://www.sql-server-performance.com/2012/transactions-sql-server-introduction/</link>
		<comments>http://www.sql-server-performance.com/2012/transactions-sql-server-introduction/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 06:54:12 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[transactions]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2863</guid>
		<description><![CDATA[A basic requirements in most SQL Server based applications is implementing a database operation (DDL or DML) in a single unit of work. The DDL requirement is more from a DBA’s perspective rather than the application, since any application would perform only INSERTs, UPDATEs and DELETEs on the existing data, and a DBA would be [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/transactions-sql-server-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
