TerpFan2001
Programmer
We have been performing a performance audit on our SQL Server and the following came back as a high response query:
SELECT @BlobEater = CheckIndex(FactKeyA + FactKeyB + Facts)
FROM (SELECT TOP 100 PERCENT FactKeyA, FactKeyB, Facts
FROM { IRowset 0x18A7F13E }
ORDER BY FactKeyA, FactKeyB) as SortedFacts
GROUP BY FactKeyA OPTION(ORDER GROUP)
Does anyone know what this is? Or if it can be turned off?
SELECT @BlobEater = CheckIndex(FactKeyA + FactKeyB + Facts)
FROM (SELECT TOP 100 PERCENT FactKeyA, FactKeyB, Facts
FROM { IRowset 0x18A7F13E }
ORDER BY FactKeyA, FactKeyB) as SortedFacts
GROUP BY FactKeyA OPTION(ORDER GROUP)
Does anyone know what this is? Or if it can be turned off?