HI,
On one of our SQL server, the CPU was really high. I ran a query to find out which database was using most of the CPU. We have about 30 databases on that server.
Database 1 is using 90% of the CPU
Database 2 3.5%
Database 3 1.5%.
etc...
The database 1 in our Intranet and i really don't understand why it's using all the CPU available. We have just a few people connected at once.
I'd like to know if there's any way to find out why that database is using all the CPU? Memory leak, bad code, etc...
Thank you