Programming language used to interact with SQL Server databases
Hi @pdsqsql
You may also consider using Performance Monitor (PerfMon) counters to track SQL Server CPU performance.
See this doc: Monitor CPU Usage.
An efficient way to determine CPU usage is to use the Processor:% Processor Time counter in Performance Monitor. This counter monitors the amount of time the CPU spends executing a thread that is not idle. A consistent state of 80 percent to 90 percent might indicate the need to upgrade your CPU or add more processors. For multiprocessor systems, monitor a separate instance of this counter for each processor. This value represents the sum of processor time on a specific processor. To determine the average for all processors, use the System: %Total Processor Time counter instead.
Best regards,
Cosmog
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".