<?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; Find Collation of Database and Table Column Using T-SQL</title>
	<atom:link href="http://blog.sqlauthority.com/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<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/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/#comment-233258</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:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1771#comment-233258</guid>
		<description><![CDATA[[...] Server Interview Questions and Answers ISBN: 1466405643 Page#46-47 Find Collation of Database and Table Column Using T-SQL SQL SERVER – Cannot resolve collation conflict for equal to operation Find Database Collation [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Server Interview Questions and Answers ISBN: 1466405643 Page#46-47 Find Collation of Database and Table Column Using T-SQL SQL SERVER – Cannot resolve collation conflict for equal to operation Find Database Collation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit</title>
		<link>http://blog.sqlauthority.com/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/#comment-211294</link>
		<dc:creator><![CDATA[Mohit]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 12:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1771#comment-211294</guid>
		<description><![CDATA[If i am getting you right, i think i you can use like clause:

SELECT name
FROM sys.columns
where name Like &#039;%contact%;]]></description>
		<content:encoded><![CDATA[<p>If i am getting you right, i think i you can use like clause:</p>
<p>SELECT name<br />
FROM sys.columns<br />
where name Like &#8216;%contact%;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riedwaan</title>
		<link>http://blog.sqlauthority.com/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/#comment-172157</link>
		<dc:creator><![CDATA[Riedwaan]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 14:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1771#comment-172157</guid>
		<description><![CDATA[I too got the following error for 3rd script (script to add dependencies) ERROR: Load object, dump buffer.]]></description>
		<content:encoded><![CDATA[<p>I too got the following error for 3rd script (script to add dependencies) ERROR: Load object, dump buffer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmender Kumar</title>
		<link>http://blog.sqlauthority.com/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/#comment-134571</link>
		<dc:creator><![CDATA[Dharmender Kumar]]></dc:creator>
		<pubDate>Mon, 16 May 2011 09:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1771#comment-134571</guid>
		<description><![CDATA[Sir, Let suppose i have a column name &quot;something_contact&quot; in a table of database. Now i want to make a filter that will show me all the columns which contains &quot;contact&quot;. Remember it should be column not table containing &quot;contact&quot;. Is it posible?]]></description>
		<content:encoded><![CDATA[<p>Sir, Let suppose i have a column name &#8220;something_contact&#8221; in a table of database. Now i want to make a filter that will show me all the columns which contains &#8220;contact&#8221;. Remember it should be column not table containing &#8220;contact&#8221;. Is it posible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kinch</title>
		<link>http://blog.sqlauthority.com/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/#comment-114612</link>
		<dc:creator><![CDATA[Kinch]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 08:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1771#comment-114612</guid>
		<description><![CDATA[Hmm,
Anyone else get this error when attempting to execute the output from script 3?:

ERROR: Load object, dump buffer.

ERROR: Load object, dump buffer.]]></description>
		<content:encoded><![CDATA[<p>Hmm,<br />
Anyone else get this error when attempting to execute the output from script 3?:</p>
<p>ERROR: Load object, dump buffer.</p>
<p>ERROR: Load object, dump buffer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Sankar</title>
		<link>http://blog.sqlauthority.com/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/#comment-58996</link>
		<dc:creator><![CDATA[K.Sankar]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 07:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1771#comment-58996</guid>
		<description><![CDATA[Thank You very much...]]></description>
		<content:encoded><![CDATA[<p>Thank You very much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nai</title>
		<link>http://blog.sqlauthority.com/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/#comment-53606</link>
		<dc:creator><![CDATA[Nai]]></dc:creator>
		<pubDate>Fri, 10 Jul 2009 12:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1771#comment-53606</guid>
		<description><![CDATA[You can do the same with

select table_name, column_name, collation_name
from information_schema.columns 
where table_name = @table_name]]></description>
		<content:encoded><![CDATA[<p>You can do the same with</p>
<p>select table_name, column_name, collation_name<br />
from information_schema.columns<br />
where table_name = @table_name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Change Collation of Database Column - T-SQL Script Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/12/16/sql-server-find-collation-of-database-and-table-column-using-t-sql/#comment-44953</link>
		<dc:creator><![CDATA[SQL SERVER - Change Collation of Database Column - T-SQL Script Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sat, 20 Dec 2008 01:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1771#comment-44953</guid>
		<description><![CDATA[[...] 20, 2008 by pinaldave    Just a day before I wrote about SQL SERVER - Find Collation of Database and Table Column Using T-SQL and I have received some good comments and one particular question was about how to change [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 20, 2008 by pinaldave    Just a day before I wrote about SQL SERVER &#8211; Find Collation of Database and Table Column Using T-SQL and I have received some good comments and one particular question was about how to change [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

