﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / T-SQL (SS2K5)  / Update Statement / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 14:24:25 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Update Statement</title><link>http://www.sqlservercentral.com/Forums/Topic426283-338-1.aspx</link><description>HTH</description><pubDate>Wed, 28 Nov 2007 08:01:05 GMT</pubDate><dc:creator>ALZDBA</dc:creator></item><item><title>RE: Update Statement</title><link>http://www.sqlservercentral.com/Forums/Topic426283-338-1.aspx</link><description>Hi ALZDBA, Thanks a lot. Its working fine.:)</description><pubDate>Wed, 28 Nov 2007 06:10:08 GMT</pubDate><dc:creator>SqlUser-529296</dc:creator></item><item><title>RE: Update Statement</title><link>http://www.sqlservercentral.com/Forums/Topic426283-338-1.aspx</link><description>if you can join the objects it may be pritty easy[code]begin transaction update T1set col1=T2.colxfrom mytable T1inner join myothertable T2on T1.mycol = T2.mycoltoowhere  [/code]is it ok ?[code]-- rollback tran -- commit tran[/code]</description><pubDate>Tue, 27 Nov 2007 05:14:17 GMT</pubDate><dc:creator>ALZDBA</dc:creator></item><item><title>RE: Update Statement</title><link>http://www.sqlservercentral.com/Forums/Topic426283-338-1.aspx</link><description>Needed more clarity for the post</description><pubDate>Tue, 27 Nov 2007 04:56:13 GMT</pubDate><dc:creator>vyas</dc:creator></item><item><title>Update Statement</title><link>http://www.sqlservercentral.com/Forums/Topic426283-338-1.aspx</link><description>Hi,I just want to update a column in a table,values from another table.Values should return more than 1, say 15(according to condition in the select statement).Without using of temp tables.   Thanks in Advance.</description><pubDate>Tue, 27 Nov 2007 04:48:07 GMT</pubDate><dc:creator>SqlUser-529296</dc:creator></item></channel></rss>