Hi..
Can somebody explain what the below statement means?
Isolation of cursor stability does not mean row level locking. If you define your cursor WITH HOLD, you will hold your locks through COMMIT points and raise the potential for concurrency issues for the duration of your process.
I have got the above reply from my DBA for the suggestion that I provided as below.
Since the ISOLATION LEVEL defined for the plan MSB342T1 is CS, the lock will be held at the row level. Is that not?
So will there be any problem on table level/concurrency issues, on using WITH HOLD option with Isolation level as CS.
Please let me know if I am not clear with my question. I am asking people in this forum as the DBA here is not easy to move with.