<?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; Rename Columnname or Tablename &#8211; SQL in Sixty Seconds #032 &#8211; Video</title>
	<atom:link href="http://blog.sqlauthority.com/2012/11/14/sql-server-rename-columnname-or-tablename-sql-in-sixty-seconds-032-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/11/14/sql-server-rename-columnname-or-tablename-sql-in-sixty-seconds-032-video/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sat, 25 May 2013 01:31:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2012/11/14/sql-server-rename-columnname-or-tablename-sql-in-sixty-seconds-032-video/#comment-377162</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 20 Nov 2012 06:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21591#comment-377162</guid>
		<description><![CDATA[Change A to AA and B to A and then AA to B]]></description>
		<content:encoded><![CDATA[<p>Change A to AA and B to A and then AA to B</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sahar</title>
		<link>http://blog.sqlauthority.com/2012/11/14/sql-server-rename-columnname-or-tablename-sql-in-sixty-seconds-032-video/#comment-376929</link>
		<dc:creator><![CDATA[sahar]]></dc:creator>
		<pubDate>Mon, 19 Nov 2012 20:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21591#comment-376929</guid>
		<description><![CDATA[Hi , 
lets say we have 
create table (A int, B int, C int ) and we want to  change name of column A to B and column B to A at the same time 
what would we do?
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi ,<br />
lets say we have<br />
create table (A int, B int, C int ) and we want to  change name of column A to B and column B to A at the same time<br />
what would we do?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NIkhil</title>
		<link>http://blog.sqlauthority.com/2012/11/14/sql-server-rename-columnname-or-tablename-sql-in-sixty-seconds-032-video/#comment-373821</link>
		<dc:creator><![CDATA[NIkhil]]></dc:creator>
		<pubDate>Wed, 14 Nov 2012 04:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21591#comment-373821</guid>
		<description><![CDATA[What if there are some specific permission granted over that old table and we change the name or create a new table with same name and schema.
I believe the permission would be lost on new table. 
Is there a secure way to change/create a new table of same schema and data as that of old table so that users of that table would have no impact in Live environment.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>What if there are some specific permission granted over that old table and we change the name or create a new table with same name and schema.<br />
I believe the permission would be lost on new table.<br />
Is there a secure way to change/create a new table of same schema and data as that of old table so that users of that table would have no impact in Live environment.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
