SQL Server Profiler is a rich interface to create and manage traces and analyze and replay trace results.
How do I limit a SQL Server Profiler trace to a specific database? I can't see how to filter the …
sql-server profiler sql-server-profilerI downloaded SQL Server 2008 and can't seem to find SQL Profiler anywhere. I believe I installed the SQL Server Enterprise …
sql-server sql-server-profiler profilingTrying to understand what Sql Profiler means by emitting "sp_reset_connection". I have the following, "exec sp_reset_connection" …
sql-server database-connection sql-server-profiler sp-reset-connectionI'm running a data import (using C#/Linq), and naturally I'm trying to optimize my queries as much as possible. …
c# linq sql-server-2005 linq-to-sql sql-server-profilerThe output from a SQL Server trace in profiler contains the columns CPU and Duration (amongst others). What units are …
sql-server-profilerWhat is the unit of the Duration column in SQL Profiler? I thought it was milliseconds but in the following …
sql-server sql-server-profilerI have a trace setup for SQL Server Profiler to monitor SQL that is executed on a database. I recently …
sql-server sql-server-2005 sql-server-profilerI'm trying to analyze a deadlock in SQL Server 2008 profiler. I know how to find the offending sql queries, but …
sql-server sql-server-2008 sql-server-profilerI am debugging stored procedures, and right now I am interested in what ran in what order and which which …
tabular sql-server-profiler output-formattingSQL Server 2008 Profiler always profiles all databases. I want to restrict profiling or output to a single database. How can …
sql-server sql-server-2005 sql-server-2008 sql-server-profiler