Has anyone seen this query before?
Code:
SELECT DISTINCT null FROM workitem WHERE (CONTAINS(title, 'AltirisAlbuquerque') OR CONTAINS(comment, '"AltirisAlbuquerque"')) AND number = 0
It keeps popping up when I'm doing SQL Profiler traces of the Altiris_Incidents db looking for queries with duration > 1 second. I have no idea where this is coming from and was wondering if anyone ran across this before. Thanks