<?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>Dom Cosgrove Blog &#187; SQL</title>
	<atom:link href="http://blog.domcosgrove.com/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.domcosgrove.com</link>
	<description>Dom&#039;s views on the SharePoint World</description>
	<lastBuildDate>Tue, 18 Oct 2011 12:59:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>SQL Collation and SharePoint 2007 / 2010</title>
		<link>http://blog.domcosgrove.com/sql-collation-and-sharepoint-2007-2010/</link>
		<comments>http://blog.domcosgrove.com/sql-collation-and-sharepoint-2007-2010/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 13:33:35 +0000</pubDate>
		<dc:creator>Dominick Cosgrove</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.domcosgrove.com/sql-collation-and-sharepoint-2007-2010/</guid>
		<description><![CDATA[This is for my own quick reference, as it is in the Microsoft Installation Documentation. I also find that SQL Server is often installed by a separate team and the default collations are selected. The correct SQL Collation should be: Latin1_General_CI_AS_KS_WS Latin1_General Character Set ; Case Insensitive &#8211; A and a are treated as the [...]]]></description>
			<content:encoded><![CDATA[<p>This is for my own quick reference, as it is in the Microsoft Installation Documentation. I also find that SQL Server is often installed by a separate team and the default collations are selected. The correct SQL Collation should be:
</p>
<p><strong>Latin1_General_CI_AS_KS_WS<br />
</strong></p>
<ul>
<li>Latin1_General Character Set ;
</li>
<li>Case Insensitive &#8211; A and a are treated as the same character;
</li>
<li>Accent Sensitive &#8211; a and á are NOT treated as the same character;
</li>
<li>Kana Sensitive &#8211; Japanese Hirakana and Katakana characters which look the same are NOT treated as the same character;
</li>
<li>Width Sensitive &#8211; Single-Byte and Double-Byte versions of the same character are NOT treated as the same character;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.domcosgrove.com/sql-collation-and-sharepoint-2007-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint SQL Administration (References)</title>
		<link>http://blog.domcosgrove.com/sharepoint-sql-administration-references/</link>
		<comments>http://blog.domcosgrove.com/sharepoint-sql-administration-references/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 14:28:13 +0000</pubDate>
		<dc:creator>Dominick Cosgrove</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.domcosgrove.com/sharepoint-sql-administration-references/</guid>
		<description><![CDATA[Best Practices for SharePoint Content Databases in SQL Server http://www.mssqltips.com/tip.asp?tip=1777 Deploy using DBA-created databases (Office SharePoint Server) http://technet.microsoft.com/en-us/library/cc262869.aspx Whitepaper: Database Maintenance for Microsoft SharePoint Products and Technologies http://go.microsoft.com/fwlink/?LinkId=111531&#38;clcid=0&#215;409]]></description>
			<content:encoded><![CDATA[<p><b>Best Practices for SharePoint Content Databases in SQL Server</b></p>
<p><a title="http://www.mssqltips.com/tip.asp?tip=1777" href="http://www.mssqltips.com/tip.asp?tip=1777">http://www.mssqltips.com/tip.asp?tip=1777</a></p>
<p><strong>Deploy using DBA-created databases (Office SharePoint Server)</strong></p>
<p><a title="http://technet.microsoft.com/en-us/library/cc262869.aspx" href="http://technet.microsoft.com/en-us/library/cc262869.aspx">http://technet.microsoft.com/en-us/library/cc262869.aspx</a></p>
<p><strong>Whitepaper: Database Maintenance for Microsoft SharePoint Products and Technologies</strong></p>
<p><a title="http://go.microsoft.com/fwlink/?LinkId=111531&amp;clcid=0x409" href="http://go.microsoft.com/fwlink/?LinkId=111531&amp;clcid=0x409">http://go.microsoft.com/fwlink/?LinkId=111531&amp;clcid=0&#215;409</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domcosgrove.com/sharepoint-sql-administration-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

