The first query takes ~3 seconds.. the 2nd query returns 0 results and 0 seconds. Question does the "6551" get added to those queries like example
select * from Pollers
where (PollerType like '%cpu%' or PollerType like '%memory%') and Enabled = 1 and netobjectid = 6551
The reason i ask is our pollers table is pretty big
select count(*) from pollers
-----------
1662172
(1 row(s) affected)
I am working to put in a ticket now