Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Performance issue.

Author  Topic 

Hariarul
Posting Yak Master

160 Posts

Posted - 2006-10-25 : 07:50:19
Hi all,

Im running few applications connected to SQL Server 2005. Very often in the server machine ,
the CPU usage goes to 100 and the memory usage too increased leading to very poor performance
and finally killing the application.

When I do a profiling , I would see below given output (only few lines I have pasted).

Duration TextData ApplicationName NTUserName LoginName CPU Reads Writes

23759823000 NULL .Net SqlClient Data Provider NULL user1 0 104 0
23460740000 NULL .Net SqlClient Data Provider NULL user1 1125 40737 26
3118226000 NULL Microsoft SQL Server Management Studio NULL user1 32 66 0
759290000 NULL Microsoft SQL Server Management Studio NULL user1 499 14333 0
610303000 NULL Microsoft SQL Server Management Studio NULL user1 47 153 0
603743000 NULL Microsoft SQL Server Management Studio NULL user1 47 66 0
439973000 NULL Microsoft SQL Server Management Studio NULL user1 0 52 0
439193000 NULL .Net SqlClient Data Provider NULL user1 0 0 0


Could any guess what might be the issue ?

Thanks in advance,

HHA

Luis Martin
Yak Posting Veteran

54 Posts

Posted - 2006-10-25 : 10:44:14
What Events are you trancing?


All in Love is Fair
Stevie Wonder
Go to Top of Page
   

- Advertisement -