Viewing 3 posts - 1 through 3 (of 3 total)
Hi Frankie
I think this issue has been resolved. One of the tables used in the stored proc didnt have a clustered index on it. Adding a clustered index...
September 16, 2014 at 7:43 am
#1745770
Thanks to everyone who has replied to my question. To answer some of the questions that have been raised:
- The default database isolation level is set to Read Committed
-...
July 18, 2014 at 4:38 am
#1730542
Hi
The WITH (NOLOCK) hint isn't being used in the SELECT statement.
Regards
Mark
July 17, 2014 at 9:22 am
#1730324