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 2005 Forums
 SQL Server Administration (2005)
 End User Accessibility Slow down

Author  Topic 

pdset
Constraint Violating Yak Guru

310 Posts

Posted - 2012-08-10 : 00:56:16
We have SQl Server 2008 R2 Version which revolves around several Citrix sessions being acessed by the front-end users.

Occassionally we do get the complaints that citrix session being slow down and I use to check with SP_WHO2 built and find that there is no snag being reported.

The CPU TIME and DISK I/O were reasonably doing well.

Could anyone help me in identifying where further I need to check the fault and how to negotiate this problem.

I dont want to kill any user process rather doing what should be done.

Please Patrons and experts drop in your valuable suggestions and highly appreciated your relevance here.

lionofdezert
Aged Yak Warrior

885 Posts

Posted - 2012-08-10 : 03:40:28
If nothing wrong on Network and hardware side, then go for SQL Profiler and find out slow running queries.
Use sp_WhoisActive by Adam Machanic, instead of SP_wHO OR SP_WHO2, it will give you more meaningful information.

--------------------------
http://connectsql.blogspot.com/
Go to Top of Page
   

- Advertisement -