Viewing 4 posts - 1 through 4 (of 4 total)
Hi,
one solution for your problem is to create the temporary table with the same fields which is displayed in output of DBCC SHOW_STATISTICS
then run the following script.
INSERT INTO #temptable
EXEC...
July 27, 2005 at 7:17 am
Hi,
you can have it inside TempDb database.
July 25, 2005 at 12:11 am
Hi,
I read your problem.
I think that this problem may be becuase of Memory,
you should check Memory Counters and then add the required
memory if needed
July 20, 2005 at 7:00 am
i think there must be some other way
August 30, 2003 at 1:04 am
Viewing 4 posts - 1 through 4 (of 4 total)