SQL Server Profiler is a rich interface to create and manage traces and analyze and replay trace results.
I have a set of rollover .trc files recorded with Sql Profiler. mytrace.trc mytrace_1.trc mytrace_2.trc mytrace_3.trc …
sql-server sql-server-2005 trace sql-server-profileri need to clearly see what IP address made what sql query to SQL server. I am trying to use …
sql sql-server-profilerI am trying to identify SQL INSERTS that occur when a record is viewed from a Windows application. In SQL …
sql sql-server-profilerI'm trying to troubleshoot this problem using SQL Profiler (SQL 2008) After a few days running the trace in production, finally …
sql-server-2008 filter trace sql-server-profilerIn SQL Server Profile, I have it tracing SP:StmtStarting events. The "TextData" includes information like the following: EXEC MySortedProc @…
sql-server sql-server-profilerI have a SQL Trace setup to monitor all TSQL being issued to a single database. However I only care …
sql-server sql-server-profilerIn SQL Profiler 2005, is it possible to capture a result set in a SQL trace, so that I could see …
sql sql-server sql-server-profilerI am developing ASP.NET and SQL Server applications, sometimes i am having trouble with a SQL Query, and i …
sql sql-server sql-server-profilerI have a stored procedure, let's call it 'MyStoredProc', which gets called every few seconds. I want to filter it …
sql-server sql-server-profilerI am using SQL Server Profiler to view my database activities. In that, I want to find out which Client …
sql-server sql-server-profiler