<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Positively SQL</title>
	<atom:link href="http://blog.sqlpositive.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlpositive.com</link>
	<description>SQL blog by Luke Jian</description>
	<lastBuildDate>Sat, 19 May 2012 06:27:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>A SSD Technology a Day (3) &#8211; Program and Erase Cycle (P/E)</title>
		<link>http://blog.sqlpositive.com/2012/05/a-ssd-technology-a-day-3-program-and-erase-cycle-pe/</link>
		<comments>http://blog.sqlpositive.com/2012/05/a-ssd-technology-a-day-3-program-and-erase-cycle-pe/#comments</comments>
		<pubDate>Sat, 19 May 2012 06:24:10 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[SSD]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=289</guid>
		<description><![CDATA[<p>One of the limitations of flash memory is that while it can be read or programmed a byte or a word at a time in a random access fashion just like regular RAM, it can only be erased a &#8220;block&#8221; at a time. This will set all bits in the block to 1 which is [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2012/05/a-ssd-technology-a-day-3-program-and-erase-cycle-pe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[One SSD Technology a Day]]></series:name>
	</item>
		<item>
		<title>A SSD Technology a Day (2) &#8211; What&#8217;s the difference between SLC and MLC?</title>
		<link>http://blog.sqlpositive.com/2012/05/a-ssd-technology-a-day-1-whats-the-difference-between-slc-and-mlc/</link>
		<comments>http://blog.sqlpositive.com/2012/05/a-ssd-technology-a-day-1-whats-the-difference-between-slc-and-mlc/#comments</comments>
		<pubDate>Fri, 18 May 2012 05:16:36 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[SSD]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=249</guid>
		<description><![CDATA[<p>It&#8217;s time dissect the two main types of flash chips in order to understand why not all SSDs are created equal. What is after all the physical difference between SLC and MLC?</p> <p>SLC stands for Single Level Cell and just like the name suggests can store one bit per NAND gate hence SLC cell has [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2012/05/a-ssd-technology-a-day-1-whats-the-difference-between-slc-and-mlc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[One SSD Technology a Day]]></series:name>
	</item>
		<item>
		<title>A SSD Technology a Day (1) &#8211; Static Data Rotation</title>
		<link>http://blog.sqlpositive.com/2012/05/a-ssd-technology-a-day-1-static-data-rotation/</link>
		<comments>http://blog.sqlpositive.com/2012/05/a-ssd-technology-a-day-1-static-data-rotation/#comments</comments>
		<pubDate>Thu, 17 May 2012 06:41:28 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[SSD]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=237</guid>
		<description><![CDATA[<p>One of the main drawbacks of SSD  has been reliability. Every NAND cell has a certain prescribed number of Program/Erase (P/E) cycles and as data is being written to disk, chances are it will remain unchanged for weeks or months. That means that the cells that are being used to store that data will have [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2012/05/a-ssd-technology-a-day-1-static-data-rotation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[One SSD Technology a Day]]></series:name>
	</item>
		<item>
		<title>New blog series: One SSD Technology a Day</title>
		<link>http://blog.sqlpositive.com/2012/05/new-blog-series-one-ssd-technology-a-day/</link>
		<comments>http://blog.sqlpositive.com/2012/05/new-blog-series-one-ssd-technology-a-day/#comments</comments>
		<pubDate>Thu, 17 May 2012 05:46:50 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[SSD]]></category>
		<category><![CDATA[Series]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=234</guid>
		<description><![CDATA[<p>It&#8217;s become a tradition in the SQL blogs to start a month long series on a certain topic and try to blog every day. Today I want to start my first series on SSD technologies. It has been over a year since I started speaking on this topic and as this is a hot topic [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2012/05/new-blog-series-one-ssd-technology-a-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[One SSD Technology a Day]]></series:name>
	</item>
		<item>
		<title>Presenting at SQL Saturday #119 Chicago</title>
		<link>http://blog.sqlpositive.com/2012/05/presenting-at-sqlsaturday119-chicago/</link>
		<comments>http://blog.sqlpositive.com/2012/05/presenting-at-sqlsaturday119-chicago/#comments</comments>
		<pubDate>Thu, 17 May 2012 05:24:00 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=229</guid>
		<description><![CDATA[<p>I will be presenting  my session on &#8220;Optimizing SQL Server I/O with Solid State Drives&#8221; at  SQL Saturday #119 in Chicago on Saturday May 19, 2012!</p> <p>Since this is the 4th time I&#8217;m presenting this and I kept accumulating a lot of ideas related to Solid State Drives I decided to start a series of [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2012/05/presenting-at-sqlsaturday119-chicago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beer, brats, unicorns, paper airplanes and 36 awesome sessions</title>
		<link>http://blog.sqlpositive.com/2012/04/beer-brats-paper-airplanes-and-36-awesome-sessions/</link>
		<comments>http://blog.sqlpositive.com/2012/04/beer-brats-paper-airplanes-and-36-awesome-sessions/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 06:32:48 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=219</guid>
		<description><![CDATA[<p>I&#8217;ve been meaning to write my blog post on last week&#8217;s SQL Saturday experience so finally I got to work so here it is:</p> <p class="wp-caption-text">Bored Member</p> <p>After the previous weekend marked a record with 5 (five) SQL Saturday events all around the world on Apr 14 it was time for Wisconsin to show what [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2012/04/beer-brats-paper-airplanes-and-36-awesome-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking at SQLSaturday #118 in Madison,WI</title>
		<link>http://blog.sqlpositive.com/2012/04/speaking-at-sqlsaturday-118-in-madisonwi/</link>
		<comments>http://blog.sqlpositive.com/2012/04/speaking-at-sqlsaturday-118-in-madisonwi/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 02:48:41 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=214</guid>
		<description><![CDATA[<p>I am happy to announce that my session on &#8220;Optimizing SQL Server I/O with Solid State Drives&#8221; was selected for SQL Saturday #118 in Wisconsin&#8217;s capital, Madison on Saturday April 21, 2012!</p> <p>Location is: Madison Area Technical College &#8211; Truax Campus 3550 Anderson St, Madison, WI 53704</p> <p>SQLSaturday is a training event for SQL Server [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2012/04/speaking-at-sqlsaturday-118-in-madisonwi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking at SQLSaturday #110 in Tampa,FL</title>
		<link>http://blog.sqlpositive.com/2012/02/speaking-at-sqlsaturday-110-in-tampafl/</link>
		<comments>http://blog.sqlpositive.com/2012/02/speaking-at-sqlsaturday-110-in-tampafl/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 05:12:36 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=200</guid>
		<description><![CDATA[<p>I am happy to announce that my session on &#8220;Optimizing SQL Server I/O with Solid State Drives &#8221; was selected for SQL Saturday #110 in Tampa, FL  on Saturday March 10, 2012!</p> <p>Location is: K-Force, 1001 East Palm Avenue, Tampa, FL 33605</p> <p>SQLSaturday is a training event for SQL Server professionals and those wanting to learn about [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2012/02/speaking-at-sqlsaturday-110-in-tampafl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly links for 11-21-2011</title>
		<link>http://blog.sqlpositive.com/2011/11/weekly-links-for-11-21-2011/</link>
		<comments>http://blog.sqlpositive.com/2011/11/weekly-links-for-11-21-2011/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 22:25:16 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Weekly]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=192</guid>
		<description><![CDATA[<p>SQL Server 2012 Release Candidate is now Available from SQL Server Team blog </p> <p>The Data Scientist from BuckWoody</p> <p>7 Scaling Strategies Facebook Used to Grow to 500 Million Users  HighScalabilty</p> <p>10 Sloppy Social Media Mistakes to Fix NOW from Hubspot Blog</p> <p>What is Hadoop? And Why is it Good for Big Data?  from The Data [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2011/11/weekly-links-for-11-21-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLskills Community Mentoring and me</title>
		<link>http://blog.sqlpositive.com/2011/11/sqlskills-community-mentoring-program-and-me/</link>
		<comments>http://blog.sqlpositive.com/2011/11/sqlskills-community-mentoring-program-and-me/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 21:41:46 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Mentoring]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[SQL Saturday]]></category>
		<category><![CDATA[SQLskills]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=166</guid>
		<description><![CDATA[<p>As some of you might be aware Paul Randal (blog &#124; twitter) has just announced the launch of a new SQL Skills Community Mentoring program for a few individuals that took part in the SQL Skills Immersion Events. I&#8217;m deeply honored to be one of the select few that get access to invaluable advice from [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2011/11/sqlskills-community-mentoring-program-and-me/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

