We are currently experiencing high CPU utilization on our database server. We are on SQL Server 2019 and we are on version 10.4.0.2. During this time we have had issues with the scanning servers connecting back to the database after they are rebooted.
Some of the queries that are running show that they are taking 400,000 ms to complete. These appear to be basic queries. For example:
SELECT COUNT(1) AS total FROM web40repduplicateSID
SELECT COUNT(1) AS total FROM web50repwinlocalcompcertselfsigned
Any thoughts on where the issue could be deriving from?