SQL Server 2005 and SELECT and UPDATE locked

Posted by aepheus on Stack Overflow See other posts from Stack Overflow or by aepheus
Published on 2010-06-07T22:11:32Z Indexed on 2010/06/07 22:32 UTC
Read the original article Hit count: 214

Filed under:
|
|
|

I want to perform a update then select the result. I don't want anything to be able to update the row I am updating until after the select has occurred. How would I do this?

© Stack Overflow or respective owner

Related posts about sql

Related posts about select