January 31, 2007 at 3:01 pm
I have a problem with multiple processes selecting and updating the same data and need to implement the "select for update" in a cursor, or a (HOLDLOCK, UPDLOCK, ROWLOCK) statement.
I was wondering which one will have less performance overhead.
My env is a very heavy OLTP, multiple processes running and updating the same data in the same time.
Thanks a lot mj
February 4, 2007 at 6:08 pm
Post your cursor and let's see if we can help you get rid of it because it has the biggest and worst impact both on performance and resources.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply