<?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/"
	>

<channel>
	<title>Positively SQL &#187; sql</title>
	<atom:link href="http://blog.sqlpositive.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlpositive.com</link>
	<description>SQL blog by Luke Jian</description>
	<lastBuildDate>Mon, 21 Nov 2011 22:30:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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>
		<item>
		<title>Using CONVERT with COLLATE to strip accents from Unicode strings</title>
		<link>http://blog.sqlpositive.com/2010/03/using-convert-with-collate-to-strip-accents-from-unicode-strings/</link>
		<comments>http://blog.sqlpositive.com/2010/03/using-convert-with-collate-to-strip-accents-from-unicode-strings/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:31:22 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/?p=74</guid>
		<description><![CDATA[<p>Today Mladen Prajdic  posted a on Twitter a SQL statement that captured my attention: (http://twitter.com/MladenPrajdic/status/9878219727)</p> SELECT CONVERT(varchar(50), N'æøåáäĺćçčéđńőöřůýţžš') COLLATE Cyrillic_General_CI_AI returns aoaaalcccednooruytzs <p>If you notice the conversion to Cyrillic_General_CI_AI collation his shows an interesting mechanism for code page translation that we could not explain:</p> <p>Why does Cyrillic_General_CI_AI or   Greek_CI_AI collation successfully convert accents to their base ascii [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2010/03/using-convert-with-collate-to-strip-accents-from-unicode-strings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What three events brought you here?</title>
		<link>http://blog.sqlpositive.com/2010/01/what-three-events-brought-you-here/</link>
		<comments>http://blog.sqlpositive.com/2010/01/what-three-events-brought-you-here/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 20:51:00 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/2010/01/what-three-events-brought-you-here/</guid>
		<description><![CDATA[<p>Recently Paul Randal (aka Mr. Tripp)  started a web version of the tag game in the SQL Server blogging community  on what were the three most important events that shaped your career and got you to this point in your life. It is a very difficult question because unlike data, life events do not accept [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2010/01/what-three-events-brought-you-here/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 Failover Clustering with High Availability</title>
		<link>http://blog.sqlpositive.com/2009/08/sql-server-2008-failover-clustering-with-high-availability/</link>
		<comments>http://blog.sqlpositive.com/2009/08/sql-server-2008-failover-clustering-with-high-availability/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 03:03:28 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[live migration]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.sqlpositive.com/2009/08/sql-server-2008-failover-clustering-with-high-availability/</guid>
		<description><![CDATA[<p>I&#8217;m heading home from the August session of Chicago PASS and SSUG meeting. First off, this was the biggest meeting in Chicago. Over 80 people signed up and for a very good reason. After a very interesting Microsoft SQL Server 2008 Administration with Windows PowerShell presentation by The MAK and Yan Pan,  Allan Hirt managed [...]]]></description>
		<wfw:commentRss>http://blog.sqlpositive.com/2009/08/sql-server-2008-failover-clustering-with-high-availability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

