<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Kev's Life</title>
	
	<link>http://blog.kevswain.com</link>
	<description>Bits and bytes of tech news plus some jokes</description>
	<lastBuildDate>Thu, 11 Feb 2010 19:24:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/KevsLife" /><feedburner:info uri="kevslife" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>New Patches Cause BSoD for Some Windows XP Users</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/2vbToAlm6Sg/</link>
		<comments>http://blog.kevswain.com/2010/02/12/new-patches-cause-bsod-for-some-windows-xp-users/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 19:24:27 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[BSOD]]></category>
		<category><![CDATA[Patch]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/?p=545</guid>
		<description><![CDATA[If you use Windows XP and haven’t yet updated your system with the applicable security updates that Microsoft issued Tuesday, you might want to hold off for a bit. Turns out, a non-trivial number of XP users are reporting that their systems suffer from the dreaded Blue Screen of Death (BSoD) and fall into an [...]]]></description>
			<content:encoded><![CDATA[<p>If you use <strong>Windows XP</strong> and haven’t yet updated your system with the applicable <a href="http://www.krebsonsecurity.com/2010/02/13-ways-to-protect-your-windows-pc/" target="_blank">security updates that Microsoft issued Tuesday</a>, you might want to hold off for a bit. Turns out, a non-trivial number of XP users are reporting that their systems suffer from the dreaded <a href="http://en.wikipedia.org/wiki/Blue_Screen_of_Death" target="_blank">Blue Screen of Death</a> (BSoD) and fall into an interminable reboot loop after installing the latest batch of patches from Redmond.</p>
<p><a href="http://www.krebsonsecurity.com/2010/02/new-patches-cause-bsod-for-some-windows-xp-users/" target="_blank">Read more </a></p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/2vbToAlm6Sg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2010/02/12/new-patches-cause-bsod-for-some-windows-xp-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2010/02/12/new-patches-cause-bsod-for-some-windows-xp-users/</feedburner:origLink></item>
		<item>
		<title>Time bomb coding</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/cCHVK8tJBV8/</link>
		<comments>http://blog.kevswain.com/2010/02/11/time-bomb-coding/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:30:46 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[performance tunning]]></category>
		<category><![CDATA[tsql]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/?p=542</guid>
		<description><![CDATA[I come accross a great artical by David Poole on SQLServercentral about Time Bomb Coding
Well worth the read
At some point in your career you will be asked to get involved in diagnosing performance problems with a database application. Sometimes the diagnosis is simple but in other cases the causes of poor performance are subtle. From my [...]]]></description>
			<content:encoded><![CDATA[<h2>I come accross a great artical by David Poole on SQLServercentral about Time Bomb Coding</h2>
<p>Well worth the read</p>
<p>At some point in your career you will be asked to get involved in diagnosing performance problems with a database application. Sometimes the diagnosis is simple but in other cases the causes of poor performance are subtle. From my own experience I have noticed that subtle performance bugbears conform to a pattern and I refer to this pattern as &#8220;Time Bomb Coding&#8221;. The pattern I am referring to has the following properties</p>
<ul>
<li>The system is well established</li>
<li>There has been no significant alterations to the system for some considerable time</li>
<li>Statistics and indexes are kept up-to-date</li>
<li>Execution plans appear reasonable at first glance</li>
<li>The database design appears to be simple and clean</li>
<li>Traffic has not changed much over time</li>
</ul>
<p>Despite this the system performance has been steadily degrading!</p>
<p>If this seems familiar to you then you are probably a victim of time bomb coding. In this article I should like to give a few of the many examples of this phenomenon I have come across.</p>
<p><a href="http://www.sqlservercentral.com/articles/Performance+Tuning/69337/">http://www.sqlservercentral.com/articles/Performance+Tuning/69337/</a></p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/cCHVK8tJBV8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2010/02/11/time-bomb-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2010/02/11/time-bomb-coding/</feedburner:origLink></item>
		<item>
		<title>How to create a bootable Windows 7 USB flash drive</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/aRhGHYQdzNk/</link>
		<comments>http://blog.kevswain.com/2009/12/14/how-to-create-a-bootable-windows-7-usb-flash-drive/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 19:43:35 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[win 7]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows 7 install]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/?p=540</guid>
		<description><![CDATA[If you&#8217;re looking for a quicker way to install Windows 7 than via DVD, try installing it from a USB drive. This guide describes two ways to make a bootable Windows 7 USB drive.
http://arstechnica.com/business/news/2009/12/-the-usb-flash-drive.ars?utm_source=rss&#38;utm_medium=rss&#38;utm_campaign=rss
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking for a quicker way to install Windows 7 than via DVD, try installing it from a USB drive. This guide describes two ways to make a bootable Windows 7 USB drive.</p>
<p><a href="http://arstechnica.com/business/news/2009/12/-the-usb-flash-drive.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">http://arstechnica.com/business/news/2009/12/-the-usb-flash-drive.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</a></p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/aRhGHYQdzNk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2009/12/14/how-to-create-a-bootable-windows-7-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2009/12/14/how-to-create-a-bootable-windows-7-usb-flash-drive/</feedburner:origLink></item>
		<item>
		<title>Massive drop in price of Microsoft cloud offerings – what does it mean?</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/EacaQmd8LX0/</link>
		<comments>http://blog.kevswain.com/2009/11/04/massive-drop-in-price-of-microsoft-cloud-offerings-what-does-it-mean/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:03:29 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Everything else]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/2009/11/04/massive-drop-in-price-of-microsoft-cloud-offerings-what-does-it-mean/</guid>
		<description><![CDATA[Massive drop in price of Microsoft cloud offerings &#8211; what does it mean?
Posted using ShareThis
]]></description>
			<content:encoded><![CDATA[<p><a href=http://www.geekzone.co.nz/paulspain/6913>Massive drop in price of Microsoft cloud offerings &#8211; what does it mean?</a></p>
<p>Posted using <a href="http://sharethis.com">ShareThis</a></p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/EacaQmd8LX0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2009/11/04/massive-drop-in-price-of-microsoft-cloud-offerings-what-does-it-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2009/11/04/massive-drop-in-price-of-microsoft-cloud-offerings-what-does-it-mean/</feedburner:origLink></item>
		<item>
		<title>COMPUTER UPGRADES for 2009</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/7fOZ6z016c0/</link>
		<comments>http://blog.kevswain.com/2009/10/29/computer-upgrades-for-2009/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 09:01:23 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Joke]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/2009/10/29/computer-upgrades-for-2009/</guid>
		<description><![CDATA[&#160;












]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image001.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image001_thumb.jpg" width="244" height="185" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image002.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image002_thumb.jpg" width="244" height="232" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image003.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image003_thumb.jpg" width="244" height="214" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image004.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image004_thumb.jpg" width="244" height="164" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image005.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image005_thumb.jpg" width="244" height="164" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image006.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image006_thumb.jpg" width="244" height="133" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image007.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image007_thumb.jpg" width="201" height="244" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image008.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image008_thumb.jpg" width="244" height="177" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image009.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image009" border="0" alt="clip_image009" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image009_thumb.jpg" width="244" height="228" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image010.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image010_thumb.jpg" width="244" height="198" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image011.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image011" border="0" alt="clip_image011" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image011_thumb.jpg" width="244" height="185" /></a></p>
<p><a href="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image012.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://blog.kevswain.com/wp-content/uploads/2009/10/clip_image012_thumb.jpg" width="244" height="202" /></a></p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/7fOZ6z016c0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2009/10/29/computer-upgrades-for-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2009/10/29/computer-upgrades-for-2009/</feedburner:origLink></item>
		<item>
		<title>Iphone</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/dhyGiv9Rmmw/</link>
		<comments>http://blog.kevswain.com/2009/10/15/iphone/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 07:54:19 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/2009/10/15/iphone/</guid>
		<description><![CDATA[Just purchased a iPhone s3 and found the WP app. Taking time to write this blog but my speed is increasing all the time
]]></description>
			<content:encoded><![CDATA[<p>Just purchased a iPhone s3 and found the WP app. Taking time to write this blog but my speed is increasing all the time</p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/dhyGiv9Rmmw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2009/10/15/iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2009/10/15/iphone/</feedburner:origLink></item>
		<item>
		<title>Why I prefer surrogate keys instead of natural keys in database design</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/klIcJjzl3gg/</link>
		<comments>http://blog.kevswain.com/2009/10/12/why-i-prefer-surrogate-keys-instead-of-natural-keys-in-database-design/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 20:24:49 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/?p=510</guid>
		<description><![CDATA[Great blog entry about using Surrogate keys in a datawarehouse.
 
Why I prefer surrogate keys instead of natural keys in database design
Simply put:
I prefer using surrogate keys because natural keys are by default a subject to change which is a bad behavior for a row identifier.
But let’s dig a bit deeper into each key type to [...]]]></description>
			<content:encoded><![CDATA[<p>Great blog entry about using Surrogate keys in a datawarehouse.</p>
<p> </p>
<p>Why I prefer surrogate keys instead of natural keys in database design</p>
<p>Simply put:</p>
<p>I prefer using surrogate keys because natural keys are by default a subject to change which is a bad behavior for a row identifier.</p>
<p>But let’s dig a bit deeper into each key type to see why this is. Here’s a little table with column names that tell us what kind of a key each column is.</p>
<p>Surrogate keys</p>
<p>A surrogate key is a row identifier that has no connection to the data attributes in the row but simply makes the whole row unique. And that property is also the downside of it. Because it has no connection to the data attributes we can have two rows with the exact same data in all columns except the key column. This is usually handled at the application side and is an acceptable downside.</p>
<p>An example of a surrogate key is an integer identity or a GIUD unique identifier. I’ve never seen another data type being used as a surrogate key successfully. Both have their pros and cons though.</p>
<p>via <a href="http://weblogs.sqlteam.com/mladenp/archive/2009/10/06/Why-I-prefer-surrogate-keys-instead-of-natural-keys-in.aspx">Why I prefer surrogate keys instead of natural keys in database design</a>.</p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/klIcJjzl3gg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2009/10/12/why-i-prefer-surrogate-keys-instead-of-natural-keys-in-database-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2009/10/12/why-i-prefer-surrogate-keys-instead-of-natural-keys-in-database-design/</feedburner:origLink></item>
		<item>
		<title>Super-thin flexible OLED from Sony</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/4NqFoLVQjLU/</link>
		<comments>http://blog.kevswain.com/2009/10/08/super-thin-flexible-oled-from-sony/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:49:56 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Sony]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/?p=508</guid>
		<description><![CDATA[Sony has a bendable screen&#8230; WOW i want one NOW !
 
Sony&#8217;s new &#8220;bendable&#8221; and transparent organic light emitting diode (OLED) technology is being shown in prototypes featuring an OLED a mere 0.2 mm thick. The prototype devices are a Vaio notebook, a flexible e-book, and a Walkman bracelet.
The OLED screen is transparent and flexible, and [...]]]></description>
			<content:encoded><![CDATA[<p>Sony has a bendable screen&#8230; WOW i want one NOW !</p>
<p> </p>
<p>Sony&#8217;s new &#8220;bendable&#8221; and transparent organic light emitting diode (OLED) technology is being shown in prototypes featuring an OLED a mere 0.2 mm thick. The prototype devices are a Vaio notebook, a flexible e-book, and a Walkman bracelet.</p>
<p>The OLED screen is transparent and flexible, and the viewing angle range is almost unlimited. OLED technology has a number of advantages over LEDs, including higher efficiency, faster response times, and no requirement for backlighting. The devices also have very low energy needs.</p>
<p>Enlarge</p>
<p>via <a href="http://www.physorg.com/news174112703.html">Super-thin flexible OLED from Sony</a>.</p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/4NqFoLVQjLU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2009/10/08/super-thin-flexible-oled-from-sony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2009/10/08/super-thin-flexible-oled-from-sony/</feedburner:origLink></item>
		<item>
		<title>Big Blue storage cloud is bad news for rivals</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/usEgvDkjHkk/</link>
		<comments>http://blog.kevswain.com/2009/10/07/big-blue-storage-cloud-is-bad-news-for-rivals/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 20:36:33 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[IBM]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/?p=506</guid>
		<description><![CDATA[IBM is going to become a cloud storage provider with an XIV-based Smart Business Storage Cloud and a private cloud Information Archive, unifying disk and tape.
Big Blue says it &#8220;absolutely plans to have a significant place in the cloud storage space,&#8221; and this is its marker, emblazoned with XIV and BladeCenter.
It dismissively characterises most existing [...]]]></description>
			<content:encoded><![CDATA[<p>IBM is going to become a cloud storage provider with an XIV-based Smart Business Storage Cloud and a private cloud Information Archive, unifying disk and tape.</p>
<p>Big Blue says it &#8220;absolutely plans to have a significant place in the cloud storage space,&#8221; and this is its marker, emblazoned with XIV and BladeCenter.</p>
<p>It dismissively characterises most existing low entry price storage clouds as being been limited to ‘sandbox’ use cases for secondary or tertiary copies of data, or for use in development and test environments. The data is not frequently accessed and doesn&#8217;t grow to massive scale. In other words, it is not remotely mission-critical or enterprise grade.</p>
<p>Smart Business Storage Cloud</p>
<p>Its Smart Business Storage Cloud is a private cloud offering, using low-cost components in a scale-out clustered model. The components include XIV storage arrays and BladeCenter servers, plus IBM&#8217;s General Parallel File System (GPFS)</p>
<p>There is support for multiple petabytes of capacity, billions of files in a single global namespace and scale-out performance previously limited, Big Blue asserts, to the largest high-performance computing (HPC) systems.</p>
<p>It supports existing file access methods and, IBM says, is highly secure and built to make use of a customer&#8217;s &#8220;existing security and authentication infrastructure.&#8221;</p>
<p>via <a href="http://www.theregister.co.uk/2009/10/06/ibm_xiv_based_cloud/">Big Blue storage cloud is bad news for rivals • The Register</a>.</p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/usEgvDkjHkk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2009/10/07/big-blue-storage-cloud-is-bad-news-for-rivals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2009/10/07/big-blue-storage-cloud-is-bad-news-for-rivals/</feedburner:origLink></item>
		<item>
		<title>CSS SQL Server Engineers : Did your backup program/utility leave your SQL Server running in an squirrely scenario?</title>
		<link>http://feedproxy.google.com/~r/KevsLife/~3/zOCwNUiz3i8/</link>
		<comments>http://blog.kevswain.com/2009/10/07/css-sql-server-engineers-did-your-backup-programutility-leave-your-sql-server-running-in-an-squirrely-scenario/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 20:29:22 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://blog.kevswain.com/?p=504</guid>
		<description><![CDATA[Did your backup program/utility leave your SQL Server running in an squirrely scenario?
My colleges asked me if &#8217;squirrely&#8217; is a technical term and for this post the answer is yes. CSS is not going to deny support to customers but SQL Server was not tested in this scenario so you may have chased yourself up [...]]]></description>
			<content:encoded><![CDATA[<p>Did your backup program/utility leave your SQL Server running in an squirrely scenario?</p>
<p>My colleges asked me if &#8217;squirrely&#8217; is a technical term and for this post the answer is yes. CSS is not going to deny support to customers but SQL Server was not tested in this scenario so you may have chased yourself up a tree, hence I use the term squirrely.</p>
<p>SQL Server 2005 introduced snapshot databases and modified DBCC to create secondary snapshot streams for online DBCC operations. The online DBCC creates a secondary stream of the database files that is SPARSE. CSS has found that if a 3rd party backups and utilities or NT Backup is used against the database files the SPARSE setting may get incorrectly, propagated to the parent stream. In the case of DBCC this is the original database files(s).</p>
<p>Repro</p>
<p>via <a href="http://blogs.msdn.com/psssql/archive/2009/09/23/did-your-backup-program-utility-leave-your-sql-server-running-in-an-squirrely-scenario.aspx">CSS SQL Server Engineers : Did your backup program/utility leave your SQL Server running in an squirrely scenario?</a>.</p>
<img src="http://feeds.feedburner.com/~r/KevsLife/~4/zOCwNUiz3i8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.kevswain.com/2009/10/07/css-sql-server-engineers-did-your-backup-programutility-leave-your-sql-server-running-in-an-squirrely-scenario/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.kevswain.com/2009/10/07/css-sql-server-engineers-did-your-backup-programutility-leave-your-sql-server-running-in-an-squirrely-scenario/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.491 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-13 11:05:16 -->
