 




<?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: Correct Isolation level for SQL2005 Subscriber.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/correct-isolation-level-for-sql2005-subscriber/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/correct-isolation-level-for-sql2005-subscriber/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/correct-isolation-level-for-sql2005-subscriber/#comment-58998</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:35:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-58998</guid>
		<description><![CDATA[Snapshot isolation saves you from dirty reads but it gives you old data instead.  It all depends which you would rather have.

Rather than changing the process it would be better find out what is causing the blocking, and correct the underlying issue.

It could simply be that you need to reduce the number of statements being replicated in each transaction and your blocking issue will go away.]]></description>
		<content:encoded><![CDATA[<p>Snapshot isolation saves you from dirty reads but it gives you old data instead.  It all depends which you would rather have.</p>
<p>Rather than changing the process it would be better find out what is causing the blocking, and correct the underlying issue.</p>
<p>It could simply be that you need to reduce the number of statements being replicated in each transaction and your blocking issue will go away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supercoolmoss</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/correct-isolation-level-for-sql2005-subscriber/#comment-58990</link>
		<dc:creator>supercoolmoss</dc:creator>
		<pubDate>Sun, 04 Jan 2009 15:29:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-58990</guid>
		<description><![CDATA[Thanks Mr. D. 

This is an upgrade to a current SQL 2000 solution. Current spec is 32 bit, 4 dual core cpus, 4gb memory on Transaction server, and 6gb AWE on query server, shared SAN disks.  Stand-alone distributor. 

The SQL 2005 Transaction server will co-locate the distributor. 

We have around 300 connections at peak times on both clusters. I&#039;ll try and get some transaction throughput figures.

We&#039;ve had issues with blocking on the subscriber which were resolved by using no-lock hints on a majority of queries. I thought, as we&#039;re moving to SQL2005 we may as well use 2005&#039;s snapshot isolation to hopefully resolve all locking issues and not have to rely on dirty reads. 

Management have decided to beef up the hardware whilst upgrading to SQL2005. They&#039;ve decided on the memory and CPUs - I&#039;m specifying the disk infrastructure and have decided to give them top spec with the expectation that it&#039;ll probably be reduced due to costs. 

Thanks, I&#039;ll take on board your suggestion to not use Instant file initialisation to improve writes.

Regards, 

SCM.]]></description>
		<content:encoded><![CDATA[<p>Thanks Mr. D. </p>
<p>This is an upgrade to a current SQL 2000 solution. Current spec is 32 bit, 4 dual core cpus, 4gb memory on Transaction server, and 6gb AWE on query server, shared SAN disks.  Stand-alone distributor. </p>
<p>The SQL 2005 Transaction server will co-locate the distributor. </p>
<p>We have around 300 connections at peak times on both clusters. I&#8217;ll try and get some transaction throughput figures.</p>
<p>We&#8217;ve had issues with blocking on the subscriber which were resolved by using no-lock hints on a majority of queries. I thought, as we&#8217;re moving to SQL2005 we may as well use 2005&#8242;s snapshot isolation to hopefully resolve all locking issues and not have to rely on dirty reads. </p>
<p>Management have decided to beef up the hardware whilst upgrading to SQL2005. They&#8217;ve decided on the memory and CPUs &#8211; I&#8217;m specifying the disk infrastructure and have decided to give them top spec with the expectation that it&#8217;ll probably be reduced due to costs. </p>
<p>Thanks, I&#8217;ll take on board your suggestion to not use Instant file initialisation to improve writes.</p>
<p>Regards, </p>
<p>SCM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.011 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 10:54:05 -->