<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8290036970280400845.post4115316341486542531..comments</id><updated>2009-05-25T07:26:51.751-05:00</updated><title type='text'>Comments on SharePoint Cookbook: SQL Collation and SharePoint 2007</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.sharepointcookbook.com/feeds/4115316341486542531/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8290036970280400845/4115316341486542531/comments/default'/><link rel='alternate' type='text/html' href='http://blog.sharepointcookbook.com/2008/09/sql-collation-and-sharepoint-2007.html'/><author><name>Troy Lanphier</name><uri>http://www.blogger.com/profile/16863439719347647318</uri><email>t.lanphier@gmail.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8290036970280400845.post-4701808875277167556</id><published>2009-05-25T07:26:51.751-05:00</published><updated>2009-05-25T07:26:51.751-05:00</updated><title type='text'>Hi Troy. Does this mean that SharePoint has no sup...</title><content type='html'>Hi Troy. Does this mean that SharePoint has no support of collations other than general Latin1? This is not good when your main language calls for a different collation in sorting items. I'm from Denmark where the last three letters are "æ", "ø" and "å" - the collations DANISH_NORWEGIAN_XX_YY respect this while the Latin1 collation sorts the letters as variations of a, o and a respectively.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8290036970280400845/4115316341486542531/comments/default/4701808875277167556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8290036970280400845/4115316341486542531/comments/default/4701808875277167556'/><link rel='alternate' type='text/html' href='http://blog.sharepointcookbook.com/2008/09/sql-collation-and-sharepoint-2007.html?showComment=1243254411751#c4701808875277167556' title=''/><author><name>Gyros.dk</name><uri>http://www.blogger.com/profile/05403823110170091395</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sharepointcookbook.com/2008/09/sql-collation-and-sharepoint-2007.html' ref='tag:blogger.com,1999:blog-8290036970280400845.post-4115316341486542531' source='http://www.blogger.com/feeds/8290036970280400845/posts/default/4115316341486542531' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8290036970280400845.post-1450911279606124692</id><published>2009-02-27T11:02:25.361-06:00</published><updated>2009-02-27T11:02:25.361-06:00</updated><title type='text'>Hi Satyam,You did not specify what version of SQL ...</title><content type='html'>Hi Satyam,&lt;BR/&gt;&lt;BR/&gt;You did not specify what version of SQL you are using, but the problem still remains. Building any new databases from within SharePoint (Content DBs) may result in their having the wrong collation when they are created, which would create problems in the long run.&lt;BR/&gt;&lt;BR/&gt;For this response, I am assuming that there are no other databases in this SQL instance (the one for SharePoint). I would follow the steps shown in this blog entry - http://blogs.digineer.com/blogs/jasons/archive/2007/10/18/change-sql-server-collation.aspx to rebuild the system databases to match the desired collation. Details on SharePoint and collation can be found at http://support.microsoft.com/kb/843578</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8290036970280400845/4115316341486542531/comments/default/1450911279606124692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8290036970280400845/4115316341486542531/comments/default/1450911279606124692'/><link rel='alternate' type='text/html' href='http://blog.sharepointcookbook.com/2008/09/sql-collation-and-sharepoint-2007.html?showComment=1235754145361#c1450911279606124692' title=''/><author><name>Troy Lanphier</name><uri>http://www.blogger.com/profile/16863439719347647318</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16952525839912424664'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sharepointcookbook.com/2008/09/sql-collation-and-sharepoint-2007.html' ref='tag:blogger.com,1999:blog-8290036970280400845.post-4115316341486542531' source='http://www.blogger.com/feeds/8290036970280400845/posts/default/4115316341486542531' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8290036970280400845.post-3843609876404496781</id><published>2009-02-09T11:35:25.517-06:00</published><updated>2009-02-09T11:35:25.517-06:00</updated><title type='text'>Hi Troy Lanphier,Greetings.Sir I have a question w...</title><content type='html'>Hi Troy Lanphier,&lt;BR/&gt;Greetings.&lt;BR/&gt;Sir I have a question which my DBA team has asked.&lt;BR/&gt;&lt;BR/&gt;We noticed that the SQL Server instance for SharePoint databases has different collation settings for System databases and Share point databases.&lt;BR/&gt;&lt;BR/&gt; &lt;BR/&gt;&lt;BR/&gt;Collation settings for System databases (Default collation settings while installing SQL Server): SQL_Latin1_General_CP1_CI_AS&lt;BR/&gt;&lt;BR/&gt;Collation settings for SharePoint databases (SharePoint will create automatically):                          Latin1_General_CI_AS_KS_WS.&lt;BR/&gt;&lt;BR/&gt; &lt;BR/&gt;&lt;BR/&gt;In general if we have different collation settings for system databases and user databases will we will get sorting issues. i would like to know what will be the impact of having different collation settings for SQL server and SharePoint databases.&lt;BR/&gt;&lt;BR/&gt;The DBA Team is asking any type of documentation from Microsoft about the settings&lt;BR/&gt;&lt;BR/&gt;Thank you for all the support, help and guidelines&lt;BR/&gt;&lt;BR/&gt;do we really need to change the collation settings of system databases..to match the sharepoint databases?&lt;BR/&gt;&lt;BR/&gt;Satyam.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8290036970280400845/4115316341486542531/comments/default/3843609876404496781'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8290036970280400845/4115316341486542531/comments/default/3843609876404496781'/><link rel='alternate' type='text/html' href='http://blog.sharepointcookbook.com/2008/09/sql-collation-and-sharepoint-2007.html?showComment=1234200925517#c3843609876404496781' title=''/><author><name>satyam</name><uri>http://www.blogger.com/profile/16063619613753304974</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sharepointcookbook.com/2008/09/sql-collation-and-sharepoint-2007.html' ref='tag:blogger.com,1999:blog-8290036970280400845.post-4115316341486542531' source='http://www.blogger.com/feeds/8290036970280400845/posts/default/4115316341486542531' type='text/html'/></entry></feed>