Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

@BlobEater????

Status
Not open for further replies.

TerpFan2001

Programmer
Oct 4, 2001
60
0
0
US
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?
 
Thanks, I saw that article. I'm not sure what this thing is supposed to be doing, but it is impacting performance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top