sqlserver.exe use 100% cpu

C

Chi Tang

Hi,

I just found that after I run a ADO.NET application couple times my machine
cpu usage increase to 100%. From TaskManager I see the sqlserver.exe
process causes the cpu usage. Do I need to call some api to close the
connection or the Garbage Collection will do something later? Thanks for
any help,

CT
 
W

William \(Bill\) Vaughn

It's not "normal" for SQL Server to use this % of the CPU. Without knowing
more about what you're doing, it's hard to say what to do. However, I doubt
if closing connections or running the GC will solve anything.

--
____________________________________
Bill Vaughn
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

100% CPU usage 18
CPU problem 8
100% cpu kernel32.dll wait:lpcreceive 3
CPU usage 5
CPU usage 100% 1
System 13% cpu usage - constant- 1
Unauthorized network traffic 2
Cpu 100% 5

Top