SQL Server Profiler is a rich interface to create and manage traces and analyze and replay trace results.
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-profilerWe 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-profilerUsing 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-profilerIs 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-profilerI'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-profilerI 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-profilerI'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-profilerwe 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-profilerI have a Wpf application using Nhibernate. I want to see details of sent query to database by NHibernate Profiler. …
nhibernate profiler sql-server-profilerI 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