timscronin
MIS
I have a user app with a stored proc that maybe called and run upto 8 times in a row on the save of a form(don't preach, I know this is bad), and there coiuld be several users saving this form at the same time. Is there a way in the form to force row-level locking inside the sp in SQL 2000. I am getting deadlocks when they test this. The sp has one begin and commit inside of it