<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; 2005 &#8211; Find Database Collation Using T-SQL and SSMS</title>
	<atom:link href="http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: John Ardmore</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-314444</link>
		<dc:creator><![CDATA[John Ardmore]]></dc:creator>
		<pubDate>Tue, 17 Jul 2012 07:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-314444</guid>
		<description><![CDATA[hi, 

Here in Greece, we have a huge problem with data inserted by users.
e.g. the user writes the name &quot;ΑΛΕΞΑΝΔΡΟΣ&quot; in a field.
The problem is that the first &quot;A&quot; is English, the rest in Greek.
Capital letter &quot;A&quot; ( like many other letters in English ) are visually similar,
but in an sql SELECT statement we don&#039;t know what to write to find anything.

Is there any way to find character sequence that contain two or more different &quot;charsets&quot; ? the fields are NVARCHAR

thank you]]></description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>Here in Greece, we have a huge problem with data inserted by users.<br />
e.g. the user writes the name &#8220;ΑΛΕΞΑΝΔΡΟΣ&#8221; in a field.<br />
The problem is that the first &#8220;A&#8221; is English, the rest in Greek.<br />
Capital letter &#8220;A&#8221; ( like many other letters in English ) are visually similar,<br />
but in an sql SELECT statement we don&#8217;t know what to write to find anything.</p>
<p>Is there any way to find character sequence that contain two or more different &#8220;charsets&#8221; ? the fields are NVARCHAR</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dax</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-296817</link>
		<dc:creator><![CDATA[dax]]></dc:creator>
		<pubDate>Thu, 07 Jun 2012 21:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-296817</guid>
		<description><![CDATA[how to check what changed in db ?]]></description>
		<content:encoded><![CDATA[<p>how to check what changed in db ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shubhi</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-257619</link>
		<dc:creator><![CDATA[Shubhi]]></dc:creator>
		<pubDate>Tue, 28 Feb 2012 14:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-257619</guid>
		<description><![CDATA[Hi All,

I have a database in MSSQL Server 2008 that have 3 tables.

There is a column in each table that contains data in Hindi&#039;s KurtiDev Font (non-unicode),

I want to convert that data into Unicode form.

please suggest me any tool or process to do my task.

Thanks in advance....

~S~]]></description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I have a database in MSSQL Server 2008 that have 3 tables.</p>
<p>There is a column in each table that contains data in Hindi&#8217;s KurtiDev Font (non-unicode),</p>
<p>I want to convert that data into Unicode form.</p>
<p>please suggest me any tool or process to do my task.</p>
<p>Thanks in advance&#8230;.</p>
<p>~S~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bharati</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-254829</link>
		<dc:creator><![CDATA[bharati]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 12:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-254829</guid>
		<description><![CDATA[regarding collation to find out case sensitive or in-sensitive, can we any other options in the place of CS or CI]]></description>
		<content:encoded><![CDATA[<p>regarding collation to find out case sensitive or in-sensitive, can we any other options in the place of CS or CI</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Case Sensitive Database and Database User &#8211; Fix: Error: 15151 &#8211; Cannot find the user , because it does not exist or you do not have permission. &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-253703</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Case Sensitive Database and Database User &#8211; Fix: Error: 15151 &#8211; Cannot find the user , because it does not exist or you do not have permission. &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 18 Feb 2012 03:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-253703</guid>
		<description><![CDATA[[...] I asked him to run the following script which validated that his database was throwing an error because of case sensitivity. Read here how you can identify collation of any database: SQL SERVER – 2005 – Find Database Collation Using T-SQL and SSMS [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I asked him to run the following script which validated that his database was throwing an error because of case sensitivity. Read here how you can identify collation of any database: SQL SERVER – 2005 – Find Database Collation Using T-SQL and SSMS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Meijer</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-249574</link>
		<dc:creator><![CDATA[Frank Meijer]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 15:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-249574</guid>
		<description><![CDATA[Is there an easy way to change the collation of the server?

I installed SQL2008R2 to my new laptop but it hasn&#039;t the collation I need for my databases. On my old laptop it was &#039;Latin1_General_CI_AS&#039; and on my new one it is &#039;SQL_Latin1_General_CP1_CI_AS&#039;.

All my old databases I&#039;ve attached, but when I create a temp table I get error messages that the collations are not the same. So SQL can&#039;t compare the varchar fields that I use to make a join.

Regards,
Frank Meijer]]></description>
		<content:encoded><![CDATA[<p>Is there an easy way to change the collation of the server?</p>
<p>I installed SQL2008R2 to my new laptop but it hasn&#8217;t the collation I need for my databases. On my old laptop it was &#8216;Latin1_General_CI_AS&#8217; and on my new one it is &#8216;SQL_Latin1_General_CP1_CI_AS&#8217;.</p>
<p>All my old databases I&#8217;ve attached, but when I create a temp table I get error messages that the collations are not the same. So SQL can&#8217;t compare the varchar fields that I use to make a join.</p>
<p>Regards,<br />
Frank Meijer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Collation and Collation Sensitivity &#8211; Quiz &#8211; Puzzle &#8211; 6 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-233263</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Collation and Collation Sensitivity &#8211; Quiz &#8211; Puzzle &#8211; 6 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sun, 08 Jan 2012 01:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-233263</guid>
		<description><![CDATA[[...] Table Column Using T-SQL SQL SERVER – Cannot resolve collation conflict for equal to operation Find Database Collation Using T-SQL and SSMS Change Collation of Database Column – T-SQL Script – Consolidating Collations [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Table Column Using T-SQL SQL SERVER – Cannot resolve collation conflict for equal to operation Find Database Collation Using T-SQL and SSMS Change Collation of Database Column – T-SQL Script – Consolidating Collations [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohit</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-211288</link>
		<dc:creator><![CDATA[mohit]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 12:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-211288</guid>
		<description><![CDATA[SELECT name, collation_name
FROM sys.columns
WHERE OBJECT_ID IN (SELECT OBJECT_ID
FROM sys.objects
WHERE type = &#039;U&#039;
AND name = )
AND name = ]]></description>
		<content:encoded><![CDATA[<p>SELECT name, collation_name<br />
FROM sys.columns<br />
WHERE OBJECT_ID IN (SELECT OBJECT_ID<br />
FROM sys.objects<br />
WHERE type = &#8216;U&#8217;<br />
AND name = )<br />
AND name = </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-203565</link>
		<dc:creator><![CDATA[Alok]]></dc:creator>
		<pubDate>Thu, 24 Nov 2011 09:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-203565</guid>
		<description><![CDATA[Hi,

How to check collation information at cloumn level in table, Is there any query?

Regards,

Alok]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How to check collation information at cloumn level in table, Is there any query?</p>
<p>Regards,</p>
<p>Alok</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Detecting Database Case Sensitive Property using fn_helpcollations() &#171; Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-175504</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Detecting Database Case Sensitive Property using fn_helpcollations() &#171; Journey to SQLAuthority]]></dc:creator>
		<pubDate>Thu, 06 Oct 2011 01:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-175504</guid>
		<description><![CDATA[[...] of the database and check the properties of the collation. I have previously written how one can identify database collation. Once you have figured out the collation of the database, you can put that in the WHERE condition [...]]]></description>
		<content:encoded><![CDATA[<p>[...] of the database and check the properties of the collation. I have previously written how one can identify database collation. Once you have figured out the collation of the database, you can put that in the WHERE condition [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karty</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-175271</link>
		<dc:creator><![CDATA[Karty]]></dc:creator>
		<pubDate>Wed, 05 Oct 2011 05:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-175271</guid>
		<description><![CDATA[Hi...

How can i Find what type of database installed in my system (eg: sql server2005, 2008, oracle,..)]]></description>
		<content:encoded><![CDATA[<p>Hi&#8230;</p>
<p>How can i Find what type of database installed in my system (eg: sql server2005, 2008, oracle,..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nita Reddy</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-166279</link>
		<dc:creator><![CDATA[Nita Reddy]]></dc:creator>
		<pubDate>Wed, 07 Sep 2011 16:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-166279</guid>
		<description><![CDATA[How to change Default Collation to UTF_8 in database]]></description>
		<content:encoded><![CDATA[<p>How to change Default Collation to UTF_8 in database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prash48</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-140183</link>
		<dc:creator><![CDATA[prash48]]></dc:creator>
		<pubDate>Fri, 10 Jun 2011 07:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-140183</guid>
		<description><![CDATA[Hi Pinal,
I&#039;ve quite different problem. In my production DB I&#039;ve recently modified size of one varchar(30) to varchar(256) and then after the related SPs stops functioning and after research work I&#039;ve found that it is because of collation problem.

So, can you please tell me what execectly it is, what to do in order to solve this issue and do I need to each and every SPs that uses this table..

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I&#8217;ve quite different problem. In my production DB I&#8217;ve recently modified size of one varchar(30) to varchar(256) and then after the related SPs stops functioning and after research work I&#8217;ve found that it is because of collation problem.</p>
<p>So, can you please tell me what execectly it is, what to do in order to solve this issue and do I need to each and every SPs that uses this table..</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva Krishna</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-139955</link>
		<dc:creator><![CDATA[Siva Krishna]]></dc:creator>
		<pubDate>Thu, 09 Jun 2011 06:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-139955</guid>
		<description><![CDATA[In sql 2005 the script is working fine.

select name, collation_name, * from sys.databases

Could you please tell me how can i find in sql 2000.]]></description>
		<content:encoded><![CDATA[<p>In sql 2005 the script is working fine.</p>
<p>select name, collation_name, * from sys.databases</p>
<p>Could you please tell me how can i find in sql 2000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-133827</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 10 May 2011 13:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-133827</guid>
		<description><![CDATA[SELECT @@VERSION]]></description>
		<content:encoded><![CDATA[<p>SELECT @@VERSION</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sairamakrishna</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-133559</link>
		<dc:creator><![CDATA[sairamakrishna]]></dc:creator>
		<pubDate>Mon, 09 May 2011 05:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-133559</guid>
		<description><![CDATA[Respected Sir,

how to find whether the installed version of sql server in the local system is client version or Server Version.]]></description>
		<content:encoded><![CDATA[<p>Respected Sir,</p>
<p>how to find whether the installed version of sql server in the local system is client version or Server Version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-100994</link>
		<dc:creator><![CDATA[Luis]]></dc:creator>
		<pubDate>Fri, 19 Nov 2010 19:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-100994</guid>
		<description><![CDATA[Thanks for your post it was very helpful!]]></description>
		<content:encoded><![CDATA[<p>Thanks for your post it was very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-64245</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-64245</guid>
		<description><![CDATA[Hello Pankaj,

Use the below query:

select name, collation_name, * from sys.databases

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello Pankaj,</p>
<p>Use the below query:</p>
<p>select name, collation_name, * from sys.databases</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj balooni</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-64205</link>
		<dc:creator><![CDATA[pankaj balooni]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 09:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-64205</guid>
		<description><![CDATA[how can i list out all the DBs and there respective collation settings for an instance?]]></description>
		<content:encoded><![CDATA[<p>how can i list out all the DBs and there respective collation settings for an instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mbourgon</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-63493</link>
		<dc:creator><![CDATA[Mbourgon]]></dc:creator>
		<pubDate>Mon, 22 Mar 2010 21:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-63493</guid>
		<description><![CDATA[Here&#039;s a way to get the server collation (since the server can have a different collation than the db):

select serverproperty(&#039;collation&#039;)]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s a way to get the server collation (since the server can have a different collation than the db):</p>
<p>select serverproperty(&#8216;collation&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-59433</link>
		<dc:creator><![CDATA[Rod]]></dc:creator>
		<pubDate>Thu, 07 Jan 2010 12:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-59433</guid>
		<description><![CDATA[I&#039;m getting scalar variable errors when I am declaring the statements can an incrrect collation cause this?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m getting scalar variable errors when I am declaring the statements can an incrrect collation cause this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RavReddy</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-56641</link>
		<dc:creator><![CDATA[RavReddy]]></dc:creator>
		<pubDate>Tue, 13 Oct 2009 06:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-56641</guid>
		<description><![CDATA[Nice discussion about Collation.]]></description>
		<content:encoded><![CDATA[<p>Nice discussion about Collation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-54194</link>
		<dc:creator><![CDATA[Krishna]]></dc:creator>
		<pubDate>Wed, 29 Jul 2009 07:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-54194</guid>
		<description><![CDATA[Quite helpful.]]></description>
		<content:encoded><![CDATA[<p>Quite helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-50962</link>
		<dc:creator><![CDATA[Ravi]]></dc:creator>
		<pubDate>Tue, 14 Apr 2009 12:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-50962</guid>
		<description><![CDATA[Hi,

 Could you please tell me how to change the collation of an existing database to UTF-16 for working with Cognos.

If the solution is in series of steps it would be helpful.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> Could you please tell me how to change the collation of an existing database to UTF-16 for working with Cognos.</p>
<p>If the solution is in series of steps it would be helpful.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calio</title>
		<link>http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-46075</link>
		<dc:creator><![CDATA[calio]]></dc:creator>
		<pubDate>Wed, 28 Jan 2009 15:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/30/sql-server-2005-find-database-collation-using-t-sql-and-ssms/#comment-46075</guid>
		<description><![CDATA[how can i change the Current Collation via T-SQL ?]]></description>
		<content:encoded><![CDATA[<p>how can i change the Current Collation via T-SQL ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
