Viewing 4 posts - 1 through 4 (of 4 total)
Matt Whitfield (9/15/2009)
kjs714 (9/15/2009)
September 15, 2009 at 6:19 pm
Matt Whitfield (9/15/2009)
kjs714 (9/15/2009)
September 15, 2009 at 5:46 pm
In the sample, you are using a batchsize of 10,000. This will end up causing a table lock unless the escalation gets blocked by other processes. If table locks must...
September 15, 2009 at 4:48 pm
Using the nested scope does not work as can be demonstrated with this modified script:
set lock_timeout 100;
select @@lock_timeout
declare @value1 int
SET @value1 = 0
declare @STR char(100)
set @STR...
August 19, 2009 at 7:13 pm
Viewing 4 posts - 1 through 4 (of 4 total)