<?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; List All The Column With Specific Data Types</title>
	<atom:link href="http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sreedhar</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-45639</link>
		<dc:creator>Sreedhar</dc:creator>
		<pubDate>Thu, 15 Jan 2009 13:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-45639</guid>
		<description>need some help in Sqlserver.
I need a script file to change table column datatype from int to bigint when the two tables are associated with foreign key , I try to disable the foreign key in the child table  and they try to alter but it did not work</description>
		<content:encoded><![CDATA[<p>need some help in Sqlserver.<br />
I need a script file to change table column datatype from int to bigint when the two tables are associated with foreign key , I try to disable the foreign key in the child table  and they try to alter but it did not work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SWAPNA</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-45572</link>
		<dc:creator>SWAPNA</dc:creator>
		<pubDate>Tue, 13 Jan 2009 11:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-45572</guid>
		<description>HELLO

Is there any procedure that can alter all my columns in the database from int to nvarchar and float to nvarchar
Thanks in advance</description>
		<content:encoded><![CDATA[<p>HELLO</p>
<p>Is there any procedure that can alter all my columns in the database from int to nvarchar and float to nvarchar<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-45309</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Sat, 03 Jan 2009 09:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-45309</guid>
		<description>Hi All 

i have a column which is a computed column (when click on Table+ look in column DataType) It showes me Computed. I have no of such columns in my database.
With a SQL statement how do i get list of such columns.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi All </p>
<p>i have a column which is a computed column (when click on Table+ look in column DataType) It showes me Computed. I have no of such columns in my database.<br />
With a SQL statement how do i get list of such columns.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naren Sangu</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-44697</link>
		<dc:creator>Naren Sangu</dc:creator>
		<pubDate>Wed, 10 Dec 2008 16:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-44697</guid>
		<description>Hello Sir,
I need some help.
Is there any procedure that can alter my columns in the database from chanr to nchar,varchar to nvarchar and text to ntext
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hello Sir,<br />
I need some help.<br />
Is there any procedure that can alter my columns in the database from chanr to nchar,varchar to nvarchar and text to ntext<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-43460</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 02 Oct 2008 19:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-43460</guid>
		<description>Hmmm, information_schema.columns displays the view columns.</description>
		<content:encoded><![CDATA[<p>Hmmm, information_schema.columns displays the view columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puneet</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-39042</link>
		<dc:creator>Puneet</dc:creator>
		<pubDate>Fri, 06 Jun 2008 05:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-39042</guid>
		<description>Need to know the best practices for testing Database schema.</description>
		<content:encoded><![CDATA[<p>Need to know the best practices for testing Database schema.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puneet</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-39041</link>
		<dc:creator>Puneet</dc:creator>
		<pubDate>Fri, 06 Jun 2008 05:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-39041</guid>
		<description>hi, could u please let me know that how can we find the duplicate columns in aprox 30 tables of same schema. based on name.</description>
		<content:encoded><![CDATA[<p>hi, could u please let me know that how can we find the duplicate columns in aprox 30 tables of same schema. based on name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rem</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-38834</link>
		<dc:creator>rem</dc:creator>
		<pubDate>Tue, 27 May 2008 19:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-38834</guid>
		<description>The problem I am having with this wonderful script is it does not go down to View level ie it does not list views - is there a fix to that ?

Thanks</description>
		<content:encoded><![CDATA[<p>The problem I am having with this wonderful script is it does not go down to View level ie it does not list views &#8211; is there a fix to that ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvind</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-35587</link>
		<dc:creator>Arvind</dc:creator>
		<pubDate>Fri, 25 Apr 2008 16:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-35587</guid>
		<description>This might a little too late to add another comment to this blog. Anyways better late than never 

Jim/Pinal

Why do you have to think that when someone comments on something that you have mentioned, it only means that their only intention is to find fault with you?

It is good that Atul has come forward with another point to the same discussion. Now we all know about these 2 views.</description>
		<content:encoded><![CDATA[<p>This might a little too late to add another comment to this blog. Anyways better late than never </p>
<p>Jim/Pinal</p>
<p>Why do you have to think that when someone comments on something that you have mentioned, it only means that their only intention is to find fault with you?</p>
<p>It is good that Atul has come forward with another point to the same discussion. Now we all know about these 2 views.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mandana</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-26328</link>
		<dc:creator>mandana</dc:creator>
		<pubDate>Sun, 16 Dec 2007 11:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-26328</guid>
		<description>It was more than usefull for me, thx alot</description>
		<content:encoded><![CDATA[<p>It was more than usefull for me, thx alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-12458</link>
		<dc:creator>pinaldave</dc:creator>
		<pubDate>Fri, 14 Sep 2007 05:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-12458</guid>
		<description>@Jim Mabey,

I can not agree with you any more. 

Thanks,

Regards,
Pinal Dave ( http://www.SQLAuthority.com )</description>
		<content:encoded><![CDATA[<p>@Jim Mabey,</p>
<p>I can not agree with you any more. </p>
<p>Thanks,</p>
<p>Regards,<br />
Pinal Dave ( <a href="http://www.SQLAuthority.com" rel="nofollow">http://www.SQLAuthority.com</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Mabey</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-12457</link>
		<dc:creator>Jim Mabey</dc:creator>
		<pubDate>Fri, 14 Sep 2007 04:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-12457</guid>
		<description>It never ceases to amaze me how much energy people will put into trying to fault someone elses work, when instead, it seems to me, they should be trying to do something of their own.</description>
		<content:encoded><![CDATA[<p>It never ceases to amaze me how much energy people will put into trying to fault someone elses work, when instead, it seems to me, they should be trying to do something of their own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-9533</link>
		<dc:creator>pinaldave</dc:creator>
		<pubDate>Sun, 26 Aug 2007 03:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-9533</guid>
		<description>@Atul,

sys.columns and sys.types are not underline tables. They are views to protect underline tables. Your information is incorrect.
information_schema is undocumented where as Microsoft recommends to use sys.columns and sys.types or any other sys. views. 

Regards,
Pinal Dave ( http://www.SQLAuthority.com )</description>
		<content:encoded><![CDATA[<p>@Atul,</p>
<p>sys.columns and sys.types are not underline tables. They are views to protect underline tables. Your information is incorrect.<br />
information_schema is undocumented where as Microsoft recommends to use sys.columns and sys.types or any other sys. views. </p>
<p>Regards,<br />
Pinal Dave ( <a href="http://www.SQLAuthority.com" rel="nofollow">http://www.SQLAuthority.com</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Gunanithi . J</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-7307</link>
		<dc:creator>Wilson Gunanithi . J</dc:creator>
		<pubDate>Fri, 10 Aug 2007 14:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-7307</guid>
		<description>Hi Atul,

You have done a good thing... Congrats..

Regards,
Wilson Gunanithi.J</description>
		<content:encoded><![CDATA[<p>Hi Atul,</p>
<p>You have done a good thing&#8230; Congrats..</p>
<p>Regards,<br />
Wilson Gunanithi.J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul</title>
		<link>http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-7250</link>
		<dc:creator>Atul</dc:creator>
		<pubDate>Thu, 09 Aug 2007 16:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/09/sql-server-2005-list-all-the-column-with-specific-data-types/#comment-7250</guid>
		<description>Hi 
we should not touch the underline table as per microsoft statement. therefore an easy and cheapest way to get the information about the column is by  using the information_schema view therefore the above task can be done in this manner

DECLARE @DataType VARCHAR(50)
SELECT @DataType = &#039;TEXT&#039;
SELECT * FROM Information_Schema.Columns WHERE Data_Type = @DataType</description>
		<content:encoded><![CDATA[<p>Hi<br />
we should not touch the underline table as per microsoft statement. therefore an easy and cheapest way to get the information about the column is by  using the information_schema view therefore the above task can be done in this manner</p>
<p>DECLARE @DataType VARCHAR(50)<br />
SELECT @DataType = &#8216;TEXT&#8217;<br />
SELECT * FROM Information_Schema.Columns WHERE Data_Type = @DataType</p>
]]></content:encoded>
	</item>
</channel>
</rss>
