<?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 for JimMcLeod.Net</title>
	<atom:link href="http://www.jimmcleod.net/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jimmcleod.net/blog</link>
	<description>Musings about SQL, databases, and my world in general...</description>
	<pubDate>Thu, 11 Mar 2010 06:19:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on The Potential Dangers of the Read Committed Snapshot Isolation Level by Chef Zoff</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/08/27/the-potential-dangers-of-the-read-committed-snapshot-isolation-level/comment-page-1/#comment-18390</link>
		<dc:creator>Chef Zoff</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/08/27/the-potential-dangers-of-the-read-committed-snapshot-isolation-level/#comment-18390</guid>
		<description>I must say that the example is not the best, but also I have to recognize that it is a true real life example of how bad people write queries. Obviously that we can write better, more consistent and efficient code ways, but the ugly true is that you will find always code like the example, how many developers knows the SQL hints? I think that the example provides maybe one of the most common and lame scenario that we can fine.</description>
		<content:encoded><![CDATA[<p>I must say that the example is not the best, but also I have to recognize that it is a true real life example of how bad people write queries. Obviously that we can write better, more consistent and efficient code ways, but the ugly true is that you will find always code like the example, how many developers knows the SQL hints? I think that the example provides maybe one of the most common and lame scenario that we can fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Potential Dangers of the Read Committed Snapshot Isolation Level by Lions and Tigers and Deadlocks OMY! - rosslotharius.com</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/08/27/the-potential-dangers-of-the-read-committed-snapshot-isolation-level/comment-page-1/#comment-18381</link>
		<dc:creator>Lions and Tigers and Deadlocks OMY! - rosslotharius.com</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/08/27/the-potential-dangers-of-the-read-committed-snapshot-isolation-level/#comment-18381</guid>
		<description>[...] There are known concerns with Read Committed Snapshot that mainly exist in older applications that were developed without this isolation level in mind.&#160; For a more detailed description, I recommend checking out this blog post here.&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] There are known concerns with Read Committed Snapshot that mainly exist in older applications that were developed without this isolation level in mind.&#160; For a more detailed description, I recommend checking out this blog post here.&#160; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Feed Dogs Sultanas! by sue small</title>
		<link>http://www.jimmcleod.net/blog/index.php/2007/10/10/dont-feed-dogs-sultanas/comment-page-1/#comment-18169</link>
		<dc:creator>sue small</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2007/10/10/dont-feed-dogs-sultanas/#comment-18169</guid>
		<description>My dog has just stolen a whole six pack of hot cross buns. I have just phoned the vet to check if I need to take him in.....they are checking the toxin chart.</description>
		<content:encoded><![CDATA[<p>My dog has just stolen a whole six pack of hot cross buns. I have just phoned the vet to check if I need to take him in&#8230;..they are checking the toxin chart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applications using Hashing with SQL Server 2005/2008 by Jim</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/04/23/applications-using-hashing-with-sql-server-20052008/comment-page-1/#comment-17406</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 13 Jan 2010 10:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/04/23/applications-using-hashing-with-sql-server-20052008/#comment-17406</guid>
		<description>Hi Suranga,

Unfortunately, Hashbytes() only gives you two choices - a 16 character hash (128 bit), or a 20 character hash (160 bit).  You may be able to find a different hashing algorithm on the Internet that only uses 10 bytes, or you can use a 128 bit algorithm and simply ignore the extra 6 bytes.  Regardless of whether you use a different algorithm or trim a longer one down, you are more likely to encounter a hash collision, simply due to the fewer number of combinations that can be made.   In practice, however, you may never encounter a collision, but you should have some way of resolving collisions.</description>
		<content:encoded><![CDATA[<p>Hi Suranga,</p>
<p>Unfortunately, Hashbytes() only gives you two choices - a 16 character hash (128 bit), or a 20 character hash (160 bit).  You may be able to find a different hashing algorithm on the Internet that only uses 10 bytes, or you can use a 128 bit algorithm and simply ignore the extra 6 bytes.  Regardless of whether you use a different algorithm or trim a longer one down, you are more likely to encounter a hash collision, simply due to the fewer number of combinations that can be made.   In practice, however, you may never encounter a collision, but you should have some way of resolving collisions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applications using Hashing with SQL Server 2005/2008 by Suranga</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/04/23/applications-using-hashing-with-sql-server-20052008/comment-page-1/#comment-17399</link>
		<dc:creator>Suranga</dc:creator>
		<pubDate>Wed, 13 Jan 2010 08:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/04/23/applications-using-hashing-with-sql-server-20052008/#comment-17399</guid>
		<description>Sir I want to know above hash value length,How to limit

For Ex;
Always keep the hashvalue with 10 characters</description>
		<content:encoded><![CDATA[<p>Sir I want to know above hash value length,How to limit</p>
<p>For Ex;<br />
Always keep the hashvalue with 10 characters</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Feed Dogs Sultanas! by Jill</title>
		<link>http://www.jimmcleod.net/blog/index.php/2007/10/10/dont-feed-dogs-sultanas/comment-page-1/#comment-16878</link>
		<dc:creator>Jill</dc:creator>
		<pubDate>Fri, 18 Dec 2009 07:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2007/10/10/dont-feed-dogs-sultanas/#comment-16878</guid>
		<description>My dogs shared nearly a kilo of dried mixed fruit last night after I left it on the bench when I went shopping. After conducting an internet search I decided to take them to the emergency vet. They were given an emetic and both bought up large quantities of the fruit. Interesting that the dog suspected of raiding the packet was not the dog that had eaten the most. 
The vet thought that it all came up and they are not suffering any effects today never less  I will be keeping a close eye on them.
Your experience makes me shudder as to what could have occurred.

I would like to reiterate your sentiments get them to the vet as soon as possible after ingesting dried fruit. The vet said that only 60gms of raisins could do them damage.</description>
		<content:encoded><![CDATA[<p>My dogs shared nearly a kilo of dried mixed fruit last night after I left it on the bench when I went shopping. After conducting an internet search I decided to take them to the emergency vet. They were given an emetic and both bought up large quantities of the fruit. Interesting that the dog suspected of raiding the packet was not the dog that had eaten the most.<br />
The vet thought that it all came up and they are not suffering any effects today never less  I will be keeping a close eye on them.<br />
Your experience makes me shudder as to what could have occurred.</p>
<p>I would like to reiterate your sentiments get them to the vet as soon as possible after ingesting dried fruit. The vet said that only 60gms of raisins could do them damage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oops, didn&#8217;t mean to run the entire script&#8230; by Jim</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-didnt-mean-to-run-the-entire-script/comment-page-1/#comment-16729</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-forgot-to-highlight-that-statement/#comment-16729</guid>
		<description>Thanks, Emil - that's a great idea.  You could always put a WAITFOR DELAY '00:00:01' in the loop to slow down the impact of the print statement.</description>
		<content:encoded><![CDATA[<p>Thanks, Emil - that&#8217;s a great idea.  You could always put a WAITFOR DELAY &#8216;00:00:01&#8242; in the loop to slow down the impact of the print statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oops, didn&#8217;t mean to run the entire script&#8230; by Emil Fridriksson - Valar</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-didnt-mean-to-run-the-entire-script/comment-page-1/#comment-16725</link>
		<dc:creator>Emil Fridriksson - Valar</dc:creator>
		<pubDate>Wed, 09 Dec 2009 04:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-forgot-to-highlight-that-statement/#comment-16725</guid>
		<description>I use this. Infinite loop, Uses a tiny little bit of server resources, but you'll notice and stop the execution asap anyway and you don't have to sacrifice any features.

-- Security code
select 'SAFETY SWTICH'
while 1=1 print 'SAFETY SWTICH'
-----------------</description>
		<content:encoded><![CDATA[<p>I use this. Infinite loop, Uses a tiny little bit of server resources, but you&#8217;ll notice and stop the execution asap anyway and you don&#8217;t have to sacrifice any features.</p>
<p>&#8211; Security code<br />
select &#8216;SAFETY SWTICH&#8217;<br />
while 1=1 print &#8216;SAFETY SWTICH&#8217;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oops, didn&#8217;t mean to run the entire script&#8230; by Ian McLeod</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-didnt-mean-to-run-the-entire-script/comment-page-1/#comment-16114</link>
		<dc:creator>Ian McLeod</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/07/23/oops-forgot-to-highlight-that-statement/#comment-16114</guid>
		<description>Hi Jim.

Is there a possibility that you can rollback a transaction/whole script when an error occurs while using SQLCMD?</description>
		<content:encoded><![CDATA[<p>Hi Jim.</p>
<p>Is there a possibility that you can rollback a transaction/whole script when an error occurs while using SQLCMD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome, Dashiell! by Deepak</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/10/06/welcome-dashiell/comment-page-1/#comment-14852</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Wed, 07 Oct 2009 05:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/?p=143#comment-14852</guid>
		<description>Hello Jim,

Congratulations for becoming a father..Hope mom and son are doing good. God bless you all..

- Deepak</description>
		<content:encoded><![CDATA[<p>Hello Jim,</p>
<p>Congratulations for becoming a father..Hope mom and son are doing good. God bless you all..</p>
<p>- Deepak</p>
]]></content:encoded>
	</item>
</channel>
</rss>
