<?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: Modifying Tables Online &#8211; Part 3: Example With Error Handling</title>
	<atom:link href="http://michaeljswart.com/2012/04/modifying-tables-online-part-3-example-with-error-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaeljswart.com/2012/04/modifying-tables-online-part-3-example-with-error-handling/</link>
	<description>Database Whisperer</description>
	<lastBuildDate>Tue, 18 Jun 2013 01:58:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Something for the Weekend &#8211; SQL Server Links 27/04/12 - John Sansom SQL Server DBA</title>
		<link>http://michaeljswart.com/2012/04/modifying-tables-online-part-3-example-with-error-handling/comment-page-1/#comment-6781</link>
		<dc:creator>Something for the Weekend &#8211; SQL Server Links 27/04/12 - John Sansom SQL Server DBA</dc:creator>
		<pubDate>Fri, 27 Apr 2012 10:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=2668#comment-6781</guid>
		<description><![CDATA[[...] Modifying Tables Online – Part 3: Example With Error Handling - Here&#8217;s Part 3 of this excellent series from Michael J. Swart (Blog&#124;Twitter). [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Modifying Tables Online – Part 3: Example With Error Handling - Here&#8217;s Part 3 of this excellent series from Michael J. Swart (Blog|Twitter). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael J. Swart</title>
		<link>http://michaeljswart.com/2012/04/modifying-tables-online-part-3-example-with-error-handling/comment-page-1/#comment-6764</link>
		<dc:creator>Michael J. Swart</dc:creator>
		<pubDate>Tue, 24 Apr 2012 11:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=2668#comment-6764</guid>
		<description><![CDATA[Excellent comment Rob! In fact I did think of using a new schema. But I thought of it too late and the article was already published. It&#039;s definitely the simpler way to go (and simpler is better). 
Maybe I&#039;ll add an extra part onto this series explaining that strategy.]]></description>
		<content:encoded><![CDATA[<p>Excellent comment Rob! In fact I did think of using a new schema. But I thought of it too late and the article was already published. It&#8217;s definitely the simpler way to go (and simpler is better).<br />
Maybe I&#8217;ll add an extra part onto this series explaining that strategy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Volk</title>
		<link>http://michaeljswart.com/2012/04/modifying-tables-online-part-3-example-with-error-handling/comment-page-1/#comment-6763</link>
		<dc:creator>Rob Volk</dc:creator>
		<pubDate>Tue, 24 Apr 2012 11:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=2668#comment-6763</guid>
		<description><![CDATA[Great writeup!

One question/suggestion, have you considered using a new schema (e.g. Sales_New) and creating the new table in that schema?  The benefit is that all the defaults, keys, triggers, and indexes can retain the same names as the original, and the switch becomes a single ALTER SCHEMA...TRANSFER operation.  (or two, one for the old table and one for the new)]]></description>
		<content:encoded><![CDATA[<p>Great writeup!</p>
<p>One question/suggestion, have you considered using a new schema (e.g. Sales_New) and creating the new table in that schema?  The benefit is that all the defaults, keys, triggers, and indexes can retain the same names as the original, and the switch becomes a single ALTER SCHEMA&#8230;TRANSFER operation.  (or two, one for the old table and one for the new)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/7 queries in 0.011 seconds using disk: basic
Object Caching 197/199 objects using disk: basic

 Served from: michaeljswart.com @ 2013-06-18 18:45:18 by W3 Total Cache -->