It\'s my first time using SQL Server Profiler and I\'m wondering how can i turn off event lines from the application \"Report Server\" on my SQL Server Profiler? I just want certain activities to be l
Can anyone point to a ref开发者_运维知识库erence which describes what is being returned in the IntegerData and IntegerData2 columns. I am particularly interested in their meaning for SQL:StmtCompleted
How can I user SQL Server Profiler to view the TSQL ran in a CLR trigger? I have a CLR trigger in the a MS SQL Server 开发者_运维百科DB, that checks the Inserts, Updates, Deletes on a table and then
I want to compare two SQL Server profiler t开发者_如何转开发races, any tool does this? Thanks,
Can someone please help me to read/understand this deadlock graph? I don\'t understand why process 75 is requesting a lock on an object that he has a lock on already?
In a deadlock graph, hovering over the deadl开发者_如何学运维ock ovals should produce the SQL statement. However, in SQL Profiler 2008, the ToolTip is either showing \"Statement\" or \"Statement Proc\
I am just suspicious that the SQL Profiler does not show the calls done within by one of the triggers I have.
I am troubleshooting for some SQL issue and I use SQL Profiler in order to diagnose some problem. Is it pos开发者_StackOverflowsible to write some messages into SQL Profiler by adding some lines in a
开发者_Go百科I\'m using SQL server express edition with ASP.NET MVC, there is not a profiler in express editions so I can\'t see the queries generated by NHibernate. I\'m concerned about the performan
I want to profile a stored procedure but only when the input parameter is equal to a specific value. I\'m currently doing an RPC: Starting with a filter on ObjectName for the stored procedure which wo