<?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; Validating Unique Columnname Across Whole Database</title>
	<atom:link href="http://blog.sqlauthority.com/2012/09/22/sql-server-validating-unique-columnname-across-whole-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/09/22/sql-server-validating-unique-columnname-across-whole-database/</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: Abdul Rasheed</title>
		<link>http://blog.sqlauthority.com/2012/09/22/sql-server-validating-unique-columnname-across-whole-database/#comment-391703</link>
		<dc:creator><![CDATA[Abdul Rasheed]]></dc:creator>
		<pubDate>Wed, 12 Dec 2012 06:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20847#comment-391703</guid>
		<description><![CDATA[The reason may be , they can use the joins without the alias of table.]]></description>
		<content:encoded><![CDATA[<p>The reason may be , they can use the joins without the alias of table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; September 24, 2012 (#1,407) &#124; Alvin Ashcraft&#039;s Morning Dew</title>
		<link>http://blog.sqlauthority.com/2012/09/22/sql-server-validating-unique-columnname-across-whole-database/#comment-352569</link>
		<dc:creator><![CDATA[Dew Drop &#8211; September 24, 2012 (#1,407) &#124; Alvin Ashcraft&#039;s Morning Dew]]></dc:creator>
		<pubDate>Mon, 24 Sep 2012 12:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20847#comment-352569</guid>
		<description><![CDATA[[...] SQL SERVER – Validating Unique Columnname Across Whole Database and SQLAuthority News – Download SQL Server 2012 SP1 CTP4 and SQL SERVER – Excel Losing Decimal Values When Value Pasted from SSMS ResultSet (Pinal Dave) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Validating Unique Columnname Across Whole Database and SQLAuthority News – Download SQL Server 2012 SP1 CTP4 and SQL SERVER – Excel Losing Decimal Values When Value Pasted from SSMS ResultSet (Pinal Dave) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jahid</title>
		<link>http://blog.sqlauthority.com/2012/09/22/sql-server-validating-unique-columnname-across-whole-database/#comment-352507</link>
		<dc:creator><![CDATA[Jahid]]></dc:creator>
		<pubDate>Mon, 24 Sep 2012 08:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20847#comment-352507</guid>
		<description><![CDATA[HI chinkey,
 
you can use this alternative for your requirements.

IF EXISTS
( SELECT *
FROM INFORMATION_SCHEMA.COLUMNS
WHERE Column_Name = N’NameofColumn’ and Table_name = &#039;NameOfTable&#039;)]]></description>
		<content:encoded><![CDATA[<p>HI chinkey,</p>
<p>you can use this alternative for your requirements.</p>
<p>IF EXISTS<br />
( SELECT *<br />
FROM INFORMATION_SCHEMA.COLUMNS<br />
WHERE Column_Name = N’NameofColumn’ and Table_name = &#8216;NameOfTable&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chinkey</title>
		<link>http://blog.sqlauthority.com/2012/09/22/sql-server-validating-unique-columnname-across-whole-database/#comment-352108</link>
		<dc:creator><![CDATA[chinkey]]></dc:creator>
		<pubDate>Sat, 22 Sep 2012 15:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20847#comment-352108</guid>
		<description><![CDATA[Hii,

I have two tables and a same column name exist in both but ur second case doesn&#039;t give a suitable result for one table. What&#039;s the problem plzexplain/]]></description>
		<content:encoded><![CDATA[<p>Hii,</p>
<p>I have two tables and a same column name exist in both but ur second case doesn&#8217;t give a suitable result for one table. What&#8217;s the problem plzexplain/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dnmes</title>
		<link>http://blog.sqlauthority.com/2012/09/22/sql-server-validating-unique-columnname-across-whole-database/#comment-352019</link>
		<dc:creator><![CDATA[dnmes]]></dc:creator>
		<pubDate>Sat, 22 Sep 2012 05:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20847#comment-352019</guid>
		<description><![CDATA[These are the guys who never will undertand what is IT service development about...]]></description>
		<content:encoded><![CDATA[<p>These are the guys who never will undertand what is IT service development about&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jahid</title>
		<link>http://blog.sqlauthority.com/2012/09/22/sql-server-validating-unique-columnname-across-whole-database/#comment-352003</link>
		<dc:creator><![CDATA[Jahid]]></dc:creator>
		<pubDate>Sat, 22 Sep 2012 04:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20847#comment-352003</guid>
		<description><![CDATA[Yes sir, i have faced similar sitaution.when our development team produce new vesion release for exe or application,they have also changed for database. so for that we have to make single alter db script which can execute without fail.if column or table or any objects exists in production server then script will give error.for prevent this error and non technical person also can executes this script.]]></description>
		<content:encoded><![CDATA[<p>Yes sir, i have faced similar sitaution.when our development team produce new vesion release for exe or application,they have also changed for database. so for that we have to make single alter db script which can execute without fail.if column or table or any objects exists in production server then script will give error.for prevent this error and non technical person also can executes this script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLcommitted</title>
		<link>http://blog.sqlauthority.com/2012/09/22/sql-server-validating-unique-columnname-across-whole-database/#comment-352001</link>
		<dc:creator><![CDATA[SQLcommitted]]></dc:creator>
		<pubDate>Sat, 22 Sep 2012 04:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20847#comment-352001</guid>
		<description><![CDATA[We can check using view INFORMATION_SCHEMA.COLUMNS.
IF EXISTS
(  SELECT *
FROM INFORMATION_SCHEMA.COLUMNS
WHERE Column_Name = N&#039;NameofColumn&#039;)]]></description>
		<content:encoded><![CDATA[<p>We can check using view INFORMATION_SCHEMA.COLUMNS.<br />
IF EXISTS<br />
(  SELECT *<br />
FROM INFORMATION_SCHEMA.COLUMNS<br />
WHERE Column_Name = N&#8217;NameofColumn&#8217;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
