Hi Can some one pls help me in adding events and resolving CPU,Memory,I/O bottlenecks in sql server profiler ....is there any way to handle them in ssms itself??
Do you want to use PROFILER to monitor those events? Think about the resources issue as PROFILER is a heavy duty tool, in this case to obtain the status of these resources usage take help of DYnamic Management VIews (DMVs) see http://msdn.microsoft.com/en-us/library/ms188754.aspx for more information.
Thanks satya for your post.in my senario there are always 50+ developers are hitting the server and finding 90 - 98 cpu utilisation in Taskmanager. and this is due to sql server instance installed on the computer server.even some times they are complaning about server memory also. Some one pls provide me the solution dmvs where I can sort out such problems. YOUR help is much appreciated : Have a nice time
Did you go through the link I gave you above that talks and refers the number of DMVs available, which one to use etc.etc. Further see my blogs posts in this regard: http://sqlserver-qa.net/blogs/t-sql/archive/tags/dmv/default.aspx http://sqlserver-qa.net/blogs/perftune/archive/tags/dmv/default.aspx