<?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; Four Basic SQL Statements &#8211; SQL Operations</title>
	<atom:link href="http://blog.sqlauthority.com/2008/05/13/sql-server-four-basic-sql-statements-sql-operations/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/05/13/sql-server-four-basic-sql-statements-sql-operations/</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: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2008/05/13/sql-server-four-basic-sql-statements-sql-operations/#comment-53930</link>
		<dc:creator>Brian Tkatch</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=602#comment-53930</guid>
		<description>@Vijaya

Awards? Imran, a big contributor, has his name bolded on the side bar. Pinal recognizes frequent contributors.</description>
		<content:encoded><![CDATA[<p>@Vijaya</p>
<p>Awards? Imran, a big contributor, has his name bolded on the side bar. Pinal recognizes frequent contributors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijaya Kadiyala</title>
		<link>http://blog.sqlauthority.com/2008/05/13/sql-server-four-basic-sql-statements-sql-operations/#comment-53928</link>
		<dc:creator>Vijaya Kadiyala</dc:creator>
		<pubDate>Tue, 21 Jul 2009 17:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=602#comment-53928</guid>
		<description>Hi Pinal,
I think there should be some awards who are answering the comments/questions of your articles. 
gr8 going.....</description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I think there should be some awards who are answering the comments/questions of your articles.<br />
gr8 going&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2008/05/13/sql-server-four-basic-sql-statements-sql-operations/#comment-41407</link>
		<dc:creator>Imran Mohammed</dc:creator>
		<pubDate>Wed, 06 Aug 2008 21:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=602#comment-41407</guid>
		<description>@sue

This might work, 

Use B
update tblBData
set tblBData.InstFK = A.InstPK from I..tblInstitution A
Where tblBData.LeID = A.LeID

You are using wrong four-part-name syntax.

Four-part-name is something like this,

servername.databasename.ownername.objectname

but you misunderstood this concept and replaced the last objectname by column name.

Hope this helps,
Imran.</description>
		<content:encoded><![CDATA[<p>@sue</p>
<p>This might work, </p>
<p>Use B<br />
update tblBData<br />
set tblBData.InstFK = A.InstPK from I..tblInstitution A<br />
Where tblBData.LeID = A.LeID</p>
<p>You are using wrong four-part-name syntax.</p>
<p>Four-part-name is something like this,</p>
<p>servername.databasename.ownername.objectname</p>
<p>but you misunderstood this concept and replaced the last objectname by column name.</p>
<p>Hope this helps,<br />
Imran.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue</title>
		<link>http://blog.sqlauthority.com/2008/05/13/sql-server-four-basic-sql-statements-sql-operations/#comment-41399</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Wed, 06 Aug 2008 16:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=602#comment-41399</guid>
		<description>How do I write an Update Statement for the following:

Databases are:
I and B.                   -----Both on the same server.

The tables are:
I.tblInstitution and 
B.tblBData

The columns are:
B.tblBData.InstFK  ----Needs update
B.tblBData.LeID
I.tblInstitution.InstPK
I.tblInstitution.LeID

B.tblBData.InstFK = I.tblInstitution.InstPK
Where B.tblBData.LeID = I.tblInstitution.LeID


Thank you.</description>
		<content:encoded><![CDATA[<p>How do I write an Update Statement for the following:</p>
<p>Databases are:<br />
I and B.                   &#8212;&#8211;Both on the same server.</p>
<p>The tables are:<br />
I.tblInstitution and<br />
B.tblBData</p>
<p>The columns are:<br />
B.tblBData.InstFK  &#8212;-Needs update<br />
B.tblBData.LeID<br />
I.tblInstitution.InstPK<br />
I.tblInstitution.LeID</p>
<p>B.tblBData.InstFK = I.tblInstitution.InstPK<br />
Where B.tblBData.LeID = I.tblInstitution.LeID</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
