Tagged Questions
The sqlprofiler tag has no wiki summary.
56
votes
4answers
29k views
SQL Server Profiler - How to filter trace to only display events from one database?
How do I limit a SQL Server Profiler trace to a specific database? I can't see how to filter the trace to not see events for all databases on the instance I connect to.
37
votes
3answers
18k views
What “exec sp_reset_connection” shown in Sql Profiler means?
Trying to understand what Sql Profiler means by emitting "sp_reset_connection".
I have the following, "exec sp_reset_connection" line followed by BatchStarting and Completed,
RPC:Completed ...
17
votes
3answers
19k views
Where is SQL Profiler in my SQL Server 2008?
I downloaded SQL Server 2008 and can't seem to find SQL Profiler anywhere.
I believe I installed the SQL Server Enterprise Express/trial version?
I guess it was Express and not Enterprise after all ...
9
votes
2answers
5k views
How to get SQL Profiler to monitor trigger execution
I have a trace setup for SQL Server Profiler to monitor SQL that is executed on a database. I recently discovered that trigger execution is not included in the trace. After looking through available ...
6
votes
1answer
416 views
Any SQLite profilers available?
Are there any good SQLite profilers? I need something similar to what JetProfiler offers for MySQL. I've found a 3-year-old blog post - any other ideas?
6
votes
4answers
1k views
Reducing the overhead of a SQL Trace with filters
We have a SQL 2000 server that has widely varied jobs that run at different times of day, or even different days of the month. Normally, we only use the SQL profiler to run traces for very short ...
5
votes
2answers
856 views
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 corresponding queries with result sets? ...Or is it only a one way trace?
Thanks!
George
5
votes
1answer
10k views
SQL Profiler CPU / duration units
The output from a SQL Server trace in profiler contains the columns CPU and Duration (amongst others). What units are these values in?
4
votes
5answers
180 views
MySQL - How can this query be optimised?
The following query works, but its very slow for 10 records (2 seconds). The profiling says its creating a tmp table, but I'm not sure why.
Basically, I'm joining the current user, to the acl groups, ...
4
votes
3answers
1k views
SQL Server: Event does not reference any tables (Tuning Advisor warning)
I have an application written in C# which uses Linq2SQL for communicating with the SQL Server. There are some queries that run a bit (very) slow, and I figure it probably need some indexes to speed ...
4
votes
3answers
2k views
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 sent to the server from anything except for linq to sql.
I'm betting that I need to change event ...
3
votes
2answers
64 views
Performance of SQL Server indexing
I want to see the performance differences between an indexed vs non-indexed column when running the same query.
The table I've created (FileCollection) is very simple and has the following 3 columns
...
3
votes
3answers
320 views
Recommend please MySQL Profiler (preferably free)
I tried "Jet Profiler for MySQL", but I did not like
3
votes
1answer
214 views
SQL Profiler not showing inserts/deletes/updates
When I run the profiler while running my application, it only seems to show SELECTs, not INSERTs or anything that changes the database. Yet my database is being updated, so those commands must be ...
3
votes
3answers
314 views
Sql Server Profiler trace gives timeout in webapplication
I'm trying to run a trace with Sql Server Profiler against an Asp.NET Website Application running in Visual Studio development server.
However, whenever the trace is running, all db requests from the ...
3
votes
3answers
264 views
Where can I find Microsoft Sql Profiler 2005?
Is there a way to get the profiler without installing Microsoft Sql Server?
If the answer is no, which edition do I need to get the profiler? Do I need the Developer Edition?
3
votes
2answers
758 views
NHibernate taking a long time to run query
This is being done using Fluent NHibernate
I've got a NHibernate lookup that is retrieving data from one table. If i take the generated sql and run it through query analyzer, it takes ~18ms to run.
...
3
votes
4answers
1k views
Understanding SQL Profiler trace
I'm currently experiencing some problems on my DotNetNuke SQL Server 2005 Express site on Win2k8 Server. It runs smoothly for most of the time. However, occasionally (order once or twice an hour) it ...
3
votes
1answer
1k views
C#, sp_executesql and Incorrect Syntax
I'm calling the code below.
On the line (IDataReader dr = cmd.ExecuteReader()) sql barfs with an Incorrect syntax near 'CompanyUpdate'.
using (SqlCommand cmd = new SqlCommand("CompanyUpdate"))
...
2
votes
1answer
114 views
Reading SQL deadlock graph
Can someone please help me to read/understand this deadlock graph?
I don't understand why process 75 is requesting a lock on an object that he has a lock on already?
2
votes
1answer
104 views
SQL Profiler 2008 Deadlock Graph ToolTip Not Showing actual statements
In a deadlock graph, hovering over the deadlock ovals should produce the SQL statement. However, in SQL Profiler 2008, the ToolTip is either showing "Statement" or "Statement Proc" and not the ...
2
votes
1answer
233 views
LINQ and TranscationScope not working
I am using LINQ select statement wrapped in a TransactionScope (to change the locking) but according to SQL Profiler, it doesn't seem to be working. My code looks like:
using (var ts = new ...
2
votes
6answers
193 views
SQL query executing slowly (for some parameter values)
I have a SQL Server 2005 database with several tables. One of the tables is used to store timestamps and message counters for several devices, and has the following columns:
CREATE TABLE ...
2
votes
1answer
615 views
Running SQL Profiler in the background
I want to leave sql profiler running all the time logging any queriy that runs for longer than 5 seconds. It's simple enough to start this using the profiler tool on my PC but how do I create it so it ...
2
votes
3answers
142 views
How can i look at executed queries?
can anyone tell me how to view executed queries in SharePoint?
I couldn't find a way to show query logs with SQL Server.
As you know, SharePoint framework hides all queries from programmers.
I would ...
2
votes
3answers
104 views
What are the APIs used by SQL Profiler?
SQL Server Profiler displays a live stream of commands being executed against a SQL server instance. What are the APIs used to capture this data?
Background: I need to write a small utility (in C++) ...
2
votes
1answer
612 views
Capture query results using SQL Server Profiler
It's possible to capture a query's result using SQL Server Profiler?
i.e. the resultset generated by the query
2
votes
3answers
662 views
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 the error happened again, and now i'm trying to diagnose the cause. The ...
2
votes
6answers
159 views
Sqlprofiler for oracle
I recently started a new development project in .net with an oracle db. I never used oracle before, and I wondered if there is a sqlprofiler like tool for oracle as well?
2
votes
4answers
819 views
Is it possible to automate SQL Server 2008 profiler?
There was a post regarding useful SQL tricks. Here I was going to mention the SQL Server Profiler tool, as it has helped me write less SQL. I would write SQL that would interrogate, understand or ...
2
votes
2answers
1k views
What do you use to Profile SQL Server 2005 Express?
I've got a problem on an SQL Server 2005 Express instance, and I need to see exactly what is being run, since what I believe is being run works fine when I run it from Management Studio.
It appears ...
2
votes
4answers
657 views
How to find timed out statements in SQL 2005 profiler
I'm trying to find SQL statements that timed out using the SQL 2005 profiler. Is there a way to set such a filter?
2
votes
2answers
1k views
Query Analyzer VS. Query Profiler Reads, Writes, and Duration Discrepencies
I'm using MS Sql Server 2000, and for many queries when I run a query in Query Analyzer, with the statistics turned on, the numbers reported in the statistics tab are extremely different from the ...
2
votes
3answers
1k views
Is there an alternative to the SQL Profiler for SQL Server 2000
I am trying to optimize some stored procedures on a SQL Server 2000 database and when I try to use SQL Profiler I get an error message "In order to run a trace against SQL Server you have to be a ...
1
vote
1answer
80 views
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.
For initial startup, what should I do?
1
vote
1answer
37 views
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 about 'DELETE' TSQL statements being issued. Is there any way I can filter to just reporting these ...
1
vote
1answer
77 views
How to use SQL Profiler Trace File with Dead Lock Events?
I am quite new to using sql profiler. I have a scenario in my application which runs on sql back end where i keep getting dead locks at the same place. I am able to reproduce it very easily. Using the ...
1
vote
1answer
362 views
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 Process ID is associate with which machine (From where application is running).
because there ...
1
vote
2answers
174 views
is it possible that SQL Profiler trace does not show calls done within a trigger?
I am just suspicious that the SQL Profiler does not show the calls done within by one of the triggers I have.
If I am right,
Is there a setting to force profiler to show also the calls done within ...
1
vote
1answer
41 views
How can I write a message to SQL profiler from Sql a query?
I am troubleshooting for some SQL issue and I use SQL Profiler in order to diagnose some problem.
Is it possible to write some messages into SQL Profiler by adding some lines in a TSQL query?
...
1
vote
3answers
130 views
How to see the SQL queries generated by NHibernate
I'm using SQL server express edition with ASP.NET MVC, there is not a profiler in express editions so I can't see the queries generated by NHibernate. I'm concerned about the performance and how I can ...
1
vote
2answers
149 views
Parameterized SQL and NULL running slow
I'm calling some parametrized sql from .net. I'm not sure why but the sql runs quite slow when checking if the parameter is NULL compared to when its not included:
So this:
exec sp_executesql N'
...
1
vote
1answer
83 views
Logging erroneous queries only on SQL server
I have what would seem to be an easy goal to accomplish, yet I have not found a good solution. Google does not shed a light on it and I just hope that I have been looking for a solution in wrong ...
1
vote
2answers
452 views
Why does LINQ to SQL generate multiple select queries?
I am using LINQ2SQL. I just noticed (in the SQL Profiler) that LINQ was generating multiple select statements for the below LINQ
var tableData =
dataContext.TableName.ToList();
The SQL ...
1
vote
1answer
106 views
Sql tuning advisor(accepting profile)
I have created sql tuning task for some query and executed it.After generating report,It recommends me to run the following command:
execute dbms_sqltune.accept_sql_profile(task_name => ...
1
vote
1answer
677 views
LINQ + TransactionScope will not change isolation level in SQL Server Profiler
I'm using the following format for commiting changes to my db using linq.
Begin Transaction (Scope Serialized, Required)
Check Business Rule 1...N
MyDataContext.SubmitChanges()
Save ...
1
vote
1answer
406 views
Why does SQL 2008 Profiler indicate that Stored Procedure run from EF4 is in Master?
Using Entity Framework 4 with stored procedures and SQL Server 2008 SP1... When running SQL Server Profiler (TSQL_SPs template), the lines that show my stored procedure call and its statements say ...
1
vote
0answers
124 views
Show Detailed Error in SQL Profiler
Is there any way showing the detailed exception for String or binary data would be truncated.
I use LINQ to SQL and i cant figure out which column is that!?
Tried numerous things but i get the same ...
1
vote
2answers
721 views
SQL Profiler and Tuning Advisor for Reporting Services - what events should be selected?
I've used the SQL Profiler to generate a trace file, and tuning advisor to take that trace file and provide some recommendations on db updates.
However, the SQL Profiler doesn't seem to track the ...
1
vote
1answer
386 views
Sql Profiler Scan Started to execute a stored procedure
Does SqlServer has to start a Scan to execute a stored procedure?
In Sql Profiler I can see this:
RPC Starting ( exec sp_Edu3_SelectExamSession @ExamSessionId=N'AccessCode39361814' )
Scan:Started
...