Top "Sql-server-profiler" questions

SQL Server Profiler is a rich interface to create and manage traces and analyze and replay trace results.

In SQL Server, how to move/import a multiple .trc files to a trace table

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-profiler
How can i see what IP address made the request to SQL Server?

i need to clearly see what IP address made what sql query to SQL server. I am trying to use …

sql sql-server-profiler
Is there a way in SQL profiler to filter by INSERT statements?

I am trying to identify SQL INSERTS that occur when a record is viewed from a Windows application. In SQL …

sql sql-server-profiler
Is there a way to filter a SQL Profiler trace?

I'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-profiler
SQL Server Profile - View Parameter Values?

In SQL Server Profile, I have it tracing SP:StmtStarting events. The "TextData" includes information like the following: EXEC MySortedProc @…

sql-server sql-server-profiler
SQL Server Profiler - How to filter trace to only display TSQL containing a DELETE statement?

I have a SQL Trace setup to monitor all TSQL being issued to a single database. However I only care …

sql-server sql-server-profiler
Can SQL Profiler display return result sets alongside the query?

In 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-profiler
SQL Server Profiler deprecation - Replacement?

I am developing ASP.NET and SQL Server applications, sometimes i am having trouble with a SQL Query, and i …

sql sql-server sql-server-profiler
SQL Server profiler not filtering by TextData column filter

I have a stored procedure, let's call it 'MyStoredProc', which gets called every few seconds. I want to filter it …

sql-server sql-server-profiler
How to find out client process ID in SQL Server Profiler?

I am using SQL Server Profiler to view my database activities. In that, I want to find out which Client …

sql-server sql-server-profiler