SQL server 2005 :Updating one record from 2 identical records

Posted by Shyju on Stack Overflow See other posts from Stack Overflow or by Shyju
Published on 2010-05-19T13:59:18Z Indexed on 2010/05/19 14:10 UTC
Read the original article Hit count: 242

I have 2 records in a table in SQL Server 2005 db which has exactly same data. I want to update one record.Is there anyway to do it?Unfortunately this table does not have an identity column and i cant use a direct update query because both will be updated since data is same.Is there anyway using rowid or something in SQL server 2005 ?

© Stack Overflow or respective owner

Related posts about rowid

Related posts about sql-server