atomictortoise
Programmer
I am getting a process running on my SQL Server (2005) which is obviously kicked off by Cognos 8. This process consumes 100% of the CPU for over 3 hours before ending itself. It then kicks off again approx 1 hour later. This repeats constantly. The SQL statement that it runs is as follows....
select o.CMID from CMOBJECTS o where o.CLASSID =140 and o.CMID not in (select REFCMID from CMREFNOORD1) and o.CMID not in (select REFCMID from CMREFNOORD2) and o.CMID not in (select REFCMID from CMREFORD1) and o.CMID not in (select REFCMID from CMREFORD2)
Any ideas what is causing this and if so How do I stop it??
select o.CMID from CMOBJECTS o where o.CLASSID =140 and o.CMID not in (select REFCMID from CMREFNOORD1) and o.CMID not in (select REFCMID from CMREFNOORD2) and o.CMID not in (select REFCMID from CMREFORD1) and o.CMID not in (select REFCMID from CMREFORD2)
Any ideas what is causing this and if so How do I stop it??