Viewing 4 posts - 1 through 5 (of 5 total)
Given the rare occurrences and not being able to reproduce it either by myself nor by your DBA friend, I am only able to suggest it is a side effect...
February 20, 2013 at 1:02 pm
jvkondapalli (2/19/2013)
How big is the data size in the table?
If the data size is significantly...
February 19, 2013 at 2:38 am
Thanks for confirming that - was hoping that might have been READ UNCOMMITTED 🙂
As you would expect, as soon as you insert the data in your audit table the check...
February 19, 2013 at 2:32 am
Hi Gail,
In what isolation level is the query that checks the results running? Do you have Read Committed Snapshot on?
Also, have you considered using the DELETE...OUTPUT clause to capture...
February 18, 2013 at 9:35 am
Viewing 4 posts - 1 through 5 (of 5 total)