Viewing 3 posts - 16 through 18 (of 18 total)
Thanks Phill. Compaq tool was useful, seems like Dell also has a similar tool for sizing. Just out of curiosity, how do they do this sizing ?
May 21, 2002 at 6:31 am
#429522
Thanks a lot. It works fine.
quote:You might love this, but after I tested it works you might want to try this instead.DECLARE...
quote:
DECLARE...
May 3, 2002 at 8:30 am
#428430
I change the insert to
insert into #TempBatchTable
select Top 1 *
from BatchTable
with (updlock)
where inuseflag = 'N'
now it seems to have a slight performance hit, but it works as...
May 2, 2002 at 3:24 pm
#428389