MSSQL high CPU usage
My MSSQL ThingWorx database keeps getting slammed by a query that seems to run very frequently. Here's the query:
SELECT COUNT(*) FROM data_table WHERE entity_id = @P0
I am not sure what is triggering this query, or why. But, data_table is quite large and this query seems to be consuming resources unnecessarily. Does anyone know what triggers this query, and why.

