Viewing 4 posts - 1 through 4 (of 4 total)
Craig Farrell (2/9/2011)
I'd really like to see the full proc and ddl here, this thing is a tragedy.
No arguments there. Hence the subject (How to improve performance of...
February 9, 2011 at 5:31 pm
I made a small typo in the original post. The very first line of the SQL statement should start with:
select min(id)... instead of
select min(row_id)
Anyway, here is the query...
February 9, 2011 at 5:13 pm
I am trying this out on a development machine with no other users besides me and no inserts or updates going to the single table database. I figured NORECOMPUTE...
February 9, 2011 at 4:57 pm
I had already tried UPDATE STATISTICS with no benefit. I tried the following again:
UPDATE STATISTICS Table1
WITH FULLSCAN, NORECOMPUTE
And verified that it has no impact on performance...
February 9, 2011 at 4:30 pm
Viewing 4 posts - 1 through 4 (of 4 total)