<?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: SQL Quiz from Chris Shaw</title>
	<atom:link href="http://thomaslarock.com/2009/08/sql-quiz-from-chris-shaw/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomaslarock.com/2009/08/sql-quiz-from-chris-shaw/</link>
	<description>SQL Server DBA</description>
	<lastBuildDate>Sat, 24 Jul 2010 11:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Database Mirroring Freak Show &#8211; SQL Quiz from Chris Shaw &#124; The SQL UPDATE Statement</title>
		<link>http://thomaslarock.com/2009/08/sql-quiz-from-chris-shaw/comment-page-1/#comment-7012</link>
		<dc:creator>Database Mirroring Freak Show &#8211; SQL Quiz from Chris Shaw &#124; The SQL UPDATE Statement</dc:creator>
		<pubDate>Mon, 17 Aug 2009 14:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://thomaslarock.com/?p=2574#comment-7012</guid>
		<description>[...] Shaw ( Blog &#124; Twitter ) started another great web chainpost. He tagged Brent Ozar, Brent tagged Thomas LaRock and Tom tagged me. This particular quiz is a two-part question and here are my responses. Excuse my [...]</description>
		<content:encoded><![CDATA[<p>[...] Shaw ( Blog | Twitter ) started another great web chainpost. He tagged Brent Ozar, Brent tagged Thomas LaRock and Tom tagged me. This particular quiz is a two-part question and here are my responses. Excuse my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Links for August 14 &#124; Brent Ozar - SQL Server DBA</title>
		<link>http://thomaslarock.com/2009/08/sql-quiz-from-chris-shaw/comment-page-1/#comment-6799</link>
		<dc:creator>Weekly Links for August 14 &#124; Brent Ozar - SQL Server DBA</dc:creator>
		<pubDate>Fri, 14 Aug 2009 11:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://thomaslarock.com/?p=2574#comment-6799</guid>
		<description>[...] things went swiftly downhill from there.  See answers from Grant Fritchey, Jason Massie, Tim Ford, Tom LaRock, and [...]</description>
		<content:encoded><![CDATA[<p>[...] things went swiftly downhill from there.  See answers from Grant Fritchey, Jason Massie, Tim Ford, Tom LaRock, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas LaRock</title>
		<link>http://thomaslarock.com/2009/08/sql-quiz-from-chris-shaw/comment-page-1/#comment-6737</link>
		<dc:creator>Thomas LaRock</dc:creator>
		<pubDate>Wed, 12 Aug 2009 16:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://thomaslarock.com/?p=2574#comment-6737</guid>
		<description>Jane,

Wouldn&#039;t clustering, log shipping, and replication also require another server? I can certainly understand that not every business would have servers just laying around, but if you are looking at HA options perhaps you could help me understand which ones do not require extra hardware?

And I did not say explicitly that mirroring was better; only that it claims to be better by offering the best of other technologies without the headaches of each. Mirroring does not require shared disks and resources like a cluster. It does not require you to ship your logs across the WAN. It does not mean you need to spend time fixing replication when it breaks. 

Mirroring commits transactions on one server and then on the second server. You can either wait for the second server to respond (synchronous) or not (asynchronous) to the primary server. This reduces the load on your network, you don&#039;t need to spend time doing backups and restores, there is no replication to break that you need to fix, and you don&#039;t need to build a quorum of disks. What&#039;s not to love, right?

Tell me more about why you would be considering mirroring and I can try to help you understand if it is the right tool for you to use.</description>
		<content:encoded><![CDATA[<p>Jane,</p>
<p>Wouldn&#8217;t clustering, log shipping, and replication also require another server? I can certainly understand that not every business would have servers just laying around, but if you are looking at HA options perhaps you could help me understand which ones do not require extra hardware?</p>
<p>And I did not say explicitly that mirroring was better; only that it claims to be better by offering the best of other technologies without the headaches of each. Mirroring does not require shared disks and resources like a cluster. It does not require you to ship your logs across the WAN. It does not mean you need to spend time fixing replication when it breaks. </p>
<p>Mirroring commits transactions on one server and then on the second server. You can either wait for the second server to respond (synchronous) or not (asynchronous) to the primary server. This reduces the load on your network, you don&#8217;t need to spend time doing backups and restores, there is no replication to break that you need to fix, and you don&#8217;t need to build a quorum of disks. What&#8217;s not to love, right?</p>
<p>Tell me more about why you would be considering mirroring and I can try to help you understand if it is the right tool for you to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane in London</title>
		<link>http://thomaslarock.com/2009/08/sql-quiz-from-chris-shaw/comment-page-1/#comment-6736</link>
		<dc:creator>Jane in London</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://thomaslarock.com/?p=2574#comment-6736</guid>
		<description>OK, so I am a layman who&#039;s trying to learn.

Why is it so much better?  It&#039;s more expensive: you need another server.  Not many business have that, so I really need a compulsive argument other than &#039;the contractor who has 20-odd years experience on me says this is a Good Thing&#039;.

Ta muchly

J</description>
		<content:encoded><![CDATA[<p>OK, so I am a layman who&#8217;s trying to learn.</p>
<p>Why is it so much better?  It&#8217;s more expensive: you need another server.  Not many business have that, so I really need a compulsive argument other than &#8216;the contractor who has 20-odd years experience on me says this is a Good Thing&#8217;.</p>
<p>Ta muchly</p>
<p>J</p>
]]></content:encoded>
	</item>
</channel>
</rss>
