Top "Sql-server-profiler" questions

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

Change Application Name in Sql Server Profiler

When profiling a .Net Application in SQL Server Profiler the default Application Name is taken from the Data Provider. How …

sql-server connection-string sql-server-profiler
SQL Profiler (SQL Server 2000), how to filter only my activities?

We have a big system with several hundred concurrent users so sql profiler gives a bit too much information without …

sql-server sql-server-2000 sql-server-profiler
SQL Server Profiler : capture calls to your database's stored procs during SSRS report generation

Using SQL Server/SSRS 2008. With SQL Server Profiler, I've been unsuccessfully trying to trace SSRS (rdl) report generation calls to …

sql-server reporting-services sql-server-profiler
SQL: How can I get the number of executed queries per database or hour or ...?

Is there any way to see how many queries are executed in like every hour, or per database / hour, or …

sql sql-server-2008 statistics performancecounter sql-server-profiler
SQL Server Profiler - how do I find which database is being connected?

I've Googled this with no success. I'm using SQL Server Profiler for SQL Server 2008 R2, and I've ensured that for …

database sql-server-2008-r2 connection trace sql-server-profiler
SQL server profiler not showing LINQ To Sql queries

I am trying to view SQL generated by Linq to SQL in the SQL Server Profiler (2005). I can see the …

sql sql-server sql-server-2005 linq-to-sql sql-server-profiler
SQL Server Profiler - watch for permission denied on objects?

I'm using SQL Profiler to watch some database activity, and I'm interested in watching "Permission Denied" for various objects in …

sql-server permissions sql-server-profiler
Trace file - how to use it

we have an application running on an IIS 6/ASP.NET 2.0 backed by a SQL Server 2005 STD edition X64. From time …

sql-server crash trace sql-server-profiler
How initial startup for NHibernate Profiler

I have a Wpf application using Nhibernate. I want to see details of sent query to database by NHibernate Profiler. …

nhibernate profiler sql-server-profiler
Running SQL Profiler in the background

I want to leave SQL Server profiler running all the time logging any query that runs for longer than 5 seconds. …

sql-server sql-server-profiler