<?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"
	>
<channel>
	<title>Comments on: Back To Basics: The UPDATE Statement</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-update-statement/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-update-statement/</link>
	<description></description>
	<pubDate>Mon, 09 Nov 2009 05:02:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: DeloeranGuy</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-update-statement/#comment-260</link>
		<dc:creator>DeloeranGuy</dc:creator>
		<pubDate>Wed, 02 Sep 2009 16:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-update-statement/#comment-260</guid>
		<description>I'm new to this forum.  Aren't two of the above SQL statements in error? Specifically:

UPDATE TableName
SET Column2 = AnotherTable.Column3
FROM AnotherTable
WHERE TableName.Column1 = TableName.Column1

Shouldn't the WHERE read: 

WHERE TableName.Column1 = AnotherTable.Column1

? Just curious...</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to this forum.  Aren&#8217;t two of the above SQL statements in error? Specifically:</p>
<p>UPDATE TableName<br />
SET Column2 = AnotherTable.Column3<br />
FROM AnotherTable<br />
WHERE TableName.Column1 = TableName.Column1</p>
<p>Shouldn&#8217;t the WHERE read: </p>
<p>WHERE TableName.Column1 = AnotherTable.Column1</p>
<p>? Just curious&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Back To Basics: Creating Indexes - SQL Server with Mr. Denny</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-update-statement/#comment-135</link>
		<dc:creator>Back To Basics: Creating Indexes - SQL Server with Mr. Denny</dc:creator>
		<pubDate>Thu, 27 Nov 2008 12:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-update-statement/#comment-135</guid>
		<description>[...] thing as to much or a good thing.  As you add more and more indexes to your database your INSERT, UPDATE and DELETE commands will being to slow down, as each time you insert a record the insert is [...]</description>
		<content:encoded><![CDATA[<p>[...] thing as to much or a good thing.  As you add more and more indexes to your database your INSERT, UPDATE and DELETE commands will being to slow down, as each time you insert a record the insert is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLWayne</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-update-statement/#comment-45</link>
		<dc:creator>SQLWayne</dc:creator>
		<pubDate>Tue, 01 Apr 2008 21:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/back-to-basics-the-update-statement/#comment-45</guid>
		<description>I had an amazing experience a few months ago at work (I'm the SQL Server DBA).  I blew the minds of my boss, who has taught SQL Server, and our GIS admin, when I told and showed them that you can update data from views.  They both thought that views were read-only.

A bit of a rude awakening for them, they did not know that permissions were equally important for views as for tables.</description>
		<content:encoded><![CDATA[<p>I had an amazing experience a few months ago at work (I&#8217;m the SQL Server DBA).  I blew the minds of my boss, who has taught SQL Server, and our GIS admin, when I told and showed them that you can update data from views.  They both thought that views were read-only.</p>
<p>A bit of a rude awakening for them, they did not know that permissions were equally important for views as for tables.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->