active questions tagged sqlprofiler - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T09:43:44Z http://stackoverflow.com/feeds/tag/sqlprofiler http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1674658/how-can-i-see-what-ip-address-made-the-request-to-sql-server 0 How can i see what IP address made the request to SQL Server? unknown (google) 2009-11-04T15:46:04Z 2009-11-04T16:00:16Z <p>Hello,</p> <p>i need to clearly see what IP address made what sql query to SQL server. I am trying to use SQL Profiler, but it seems there is no way i can somehow to differentiate the machine (browser) where the query came from. It only has the communication details between the web server and the sql server. Is there ANY way for me (any unknown log?) that will allow me to see the identification of the original machine where the query came from?</p> <p>Thanks for any suggestion.</p> <p>HF</p> http://stackoverflow.com/questions/1538592/linq-to-entities-query-hitting-db-twice 0 Linq to Entities query hitting db twice DavidGouge 2009-10-08T15:36:33Z 2009-10-12T13:42:29Z <p>Hi,</p> <p>I have the following pretty simple linq query querying a linq to entities edmx.</p> <pre><code>(from i in ent.Inspectors select i).OrderBy(s =&gt; s.Surname).Skip((page - 1) * count).Take(count).ToList(); </code></pre> <p>In Sql Server Profiler I can see that the exact same select query is being sent twice.</p> <p>Can someone explain why?</p> <p>Cheers,</p> <p>Dave</p> http://stackoverflow.com/questions/1522090/sql-profiler-not-connecting-to-my-server 0 SQL Profiler not connecting to my server Nathan Koop 2009-10-05T20:03:47Z 2009-10-05T20:04:11Z <p>My SQL Profiler was working previously against my Server. I have not (AFAIK) made any modifications to the configuration of my server.</p> <p>When I go into SQL Profiler I attempt to "Connect to SQL Server", I enter my SQL Server (which is on my local dev machine), I get the error</p> <blockquote> <p>To connect to this server you must use SQL Server Management Studio or Sql Server Management Objects</p> </blockquote> <p>How do I resolve this?</p> <p>I'm using SQL Profiler 8.00.2039 SQL Server 2005</p> http://stackoverflow.com/questions/1049656/how-do-you-access-the-contextinfo-variable-in-sql2005-profiler 0 How do you access the Context_Info() variable in SQL2005 Profiler? Jacob 2009-06-26T15:11:16Z 2009-10-05T20:00:03Z <p>I am using the Context_Info() variable to keep track of the user that is executing a stored procedure and free-form sql. When troubleshooting issues on this server everyone session comes through. I would like to be able to bring in the value of the context_info() variable and filter based on it.</p> http://stackoverflow.com/questions/1504470/sql-server-profiler 0 SQL Server Profiler Michael Edwards 2009-10-01T15:00:01Z 2009-10-02T15:06:52Z <p>I have been told that SQL Profiler makes changes to the MSDB when it is run. Is this true and if so what changes does it make?</p> <p>MORE INFO</p> <p>The reason I ask is that we have a DBA who wants us to range a change request when we run the profiler on a live server. Her argument is that it makes changes to the DB's which should be change controlled.</p> http://stackoverflow.com/questions/1452692/is-there-a-way-to-filter-a-sql-profiler-trace 0 Is there a way to filter a SQL Profiler trace? Daniel Magliola 2009-09-21T02:58:27Z 2009-09-21T04:57:34Z <p>I'm trying to troubleshoot <a href="http://stackoverflow.com/questions/1421978/help-troubleshooting-sqlexception-timeout-expired-on-connection-in-a-non-load-s">this problem</a> using SQL Profiler (SQL 2008)</p> <p>After a few days running the trace in production, finally the error happened again, and now i'm trying to diagnose the cause. The problem is that the trace has 400k rows, 99.9% of which are coming from "Report Server", which I don't even know why it's on, but it seems to be pinging SQL Server every second...</p> <p>Is there any way to filter out some records from the trace, to be able to look at the rest?<br /> Can I do this with the current .trc file, or will I have to run the trace again?<br /> Are there other applications to look at the .trc file that can give me this functionality?</p> <p>Thanks!<br /> Daniel</p> http://stackoverflow.com/questions/1031959/sql-server-profiler-discrepancy 0 SQL Server Profiler discrepancy Susan 2009-06-23T11:22:09Z 2009-09-09T05:05:24Z <p>Hello,</p> <p>I am struggling with a strange problem using Sql Profiler. While running some performance testing scripts, I run profiler to find bottlenecks. One particular statement seems to be taking a lot of time - with CPU 1407, Reads 75668 and Duration of 175.</p> <p>However when I run the same statement in Management Studio, SQL Profiler returns CPU 16, Reads 4 &amp; Duration 55. </p> <p>Can anyone point me towards what I am doing wrong, as I am completely baffled by this.</p> <p>Thanks, Susan.</p> http://stackoverflow.com/questions/1275543/is-there-a-microsoft-sql-profiler-equivalent-for-oracle 1 Is there a Microsoft SQL Profiler equivalent for Oracle davidsleeps 2009-08-14T01:07:16Z 2009-08-14T08:39:55Z <p>Hi,</p> <p>99% of my time is in SQL Server land and so I'm not at all familiar with Oracle or its products...Is there a similar application to Microsoft SQL Profiler for use against Oracle databases? I'm helping debug/tune an ASP.Net application that connects to Oracle using ODAC etc</p> <p>thanks heaps!</p> http://stackoverflow.com/questions/1164011/sql-profiler-2008-shows-passwords 0 SQL Profiler 2008 - Shows Passwords redsquare 2009-07-22T09:05:55Z 2009-07-22T09:38:45Z <p>I have just noticed that Sql Profiler 2008 is not hiding trace outputs that include sp params called password. In 2005 it used to give me a message saying "The text has been replaced with this comment for security reasons".</p> <p>Has they removed this security feature?</p> http://stackoverflow.com/questions/1079648/how-to-filter-sql-server-2008-profiler-output-for-a-single-database 0 How to filter SQL Server 2008 Profiler Output for a single database? usr 2009-07-03T14:39:10Z 2009-07-03T14:50:05Z <p>SQL Server 2008 Profiler always profiles all databases. I want to restrict profiling or output to a single database. How can that be done most easily?</p> http://stackoverflow.com/questions/1049682/sql-server-profiler-watch-for-permission-denied-on-objects 0 SQL Server Profiler - watch for permission denied on objects? rwmnau 2009-06-26T15:15:17Z 2009-06-26T19:22:10Z <p>I'm using SQL Profiler to watch some database activity, and I'm interested in watching "Permission Denied" for various objects in the database. There are about 50 different items in the "Security Audit" category, but none that seem to display "Permission denied" for an object. I can see Login Failed, and a few other failures, but nothing on the object level.</p> <p>Example: A user has permission to a database, but not on a particular table. When they attempt to select from that table, they'll receive an error - can I have profiler watch for these errors?</p> http://stackoverflow.com/questions/976628/sql-profiler-cpu-duration-units 1 SQL Profiler CPU / duration units PaulB 2009-06-10T16:12:00Z 2009-06-10T16:33:09Z <p>The output from a SQL Server trace in profiler contains the columns CPU and Duration (amongst others). What units are these values in?</p> http://stackoverflow.com/questions/564608/is-it-possible-to-automate-sql-server-2008-profiler 1 Is it possible to automate SQL Server 2008 profiler? Ferds 2009-02-19T10:03:02Z 2009-06-06T18:02:02Z <p>There was a <a href="http://stackoverflow.com/questions/488020/what-is-your-most-useful-sql-trick-to-avoid-writing-more-code">post</a> regarding useful SQL tricks. Here I was going to mention the <a href="http://msdn.microsoft.com/en-us/library/ms181091.aspx" rel="nofollow">SQL Server Profiler</a> tool, as it has helped me write less SQL. I would write SQL that would interrogate, understand or second guess the databases business logic.</p> <p>Profiler is very useful, especially where application code has embedded SQL and you want to work out what it's doing, in the shortest time possible. (Also you may not know which source code version is used in the application's enviroment, or even worse, where there is no source code available!).</p> <p><strong>I was wondering if the profiler has an API I could hook into?</strong> </p> <p>This would be very useful when we want to quickly check what SQL is called, within the system, by setting an environment variable/flag (PROFILER_ON=TRUE, for example). Then the system can kick off SQL profiler, setting various trace properties then writing out to a log or table - which could be viewed by the support team. </p> <p>I want to write a component to switch profiler on and monitor the production environment (at quiet times) so can't really alter the codebase (both app code and SQL stored procs).</p> http://stackoverflow.com/questions/862848/sql-server-event-does-not-reference-any-tables-tuning-advisor-warning 0 SQL Server: Event does not reference any tables (Tuning Advisor warning) Svish 2009-05-14T11:36:17Z 2009-05-14T12:17:37Z <p>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 things up.</p> <p>But I don't really know how to do that or on what or where or what I should or should not do. So I was thinking I could ask here, but then I discovered the program called <em>Database Engine Tuning Advisor</em> which I thought I could try out first. The problem is I can't get it to work. It is probably me who just doesn't know how to, but I just can't really figure this out. As far as I can see, I have done what I am supposed to according to the help files.</p> <ol> <li>Open up <em>SQL Server Profiler</em>.</li> <li>Start a new <em>Trace</em> using the <em>Tuning</em> template.</li> <li>Start my application and do some things that generates SQL queries.</li> <li>Close my application.</li> <li>Stop the trace.</li> <li>Save the trace as a <em>Trace file</em>.</li> <li>Open <em>Database Engine Tuning Advisor</em></li> <li>Choose <em>File</em> as <em>Workload</em> and select the <em>Trace file</em> I saved earlier.</li> <li>Select the databases that my application uses under <em>Select databases and tables to tune</em>.</li> <li>Click on <em>Start Analysis</em>.</li> </ol> <p>This far I thought things were going ok. But when it finishes after a while short while, I get this:</p> <p><img src="http://i39.tinypic.com/1235avd.jpg" alt="Progress" /></p> <p>And a completely empy <em>Recommendations</em> page. Event does not reference any tables? What does that mean (other than the obvious of course :p)? Have I misunderstood something about the process here? What is going on?</p> http://stackoverflow.com/questions/646127/sql-profiler-for-sql-express-2008-that-shows-the-query-with-parameter-info 0 sql profiler for sql express 2008 that shows the query with parameter info mrblah 2009-03-14T15:48:03Z 2009-04-13T03:37:42Z <p>Duplicate of: <a href="http://stackoverflow.com/questions/645876/does-sql-profiler-show-you-the-paramater-values-that-were-passed-in">Does sql profiler show you the paramater values that were passed in?</a> (Asked by same user.)</p> <p>Hi,</p> <p>I need a sql profiler that will show all the sql (raw sql or sproc) that are called to a database, along with the parameters passed into the queries.</p> <p>I don't mind a commercial product if it has a trial.</p> http://stackoverflow.com/questions/729774/sql-server-profiler-not-showing-linq-to-sql-queries 1 SQL server profiler not showing LINQ To Sql queries Ronnie Overby 2009-04-08T12:41:51Z 2009-04-08T14:36:13Z <p>I am trying to view SQL generated by Linq to SQL in the SQL Server Profiler (2005).</p> <p>I can see the sql sent to the server from anything except for linq to sql.</p> <p>I'm betting that I need to change event selections for the trace, but not sure what else to select.</p> <p>I am currently only selecting this: SQL:StmtCompleted - TextData &amp; SPID</p> <p>I don't want to use data context logging nor the SQL Debug Visualizer. I need to use the profiler.</p> <p>Why can I not see the LINQ to SQL queries?</p> <p>Thanks.</p> <h3>EDIT</h3> <p>I added SQL:BatchCompleted and that hasn't helped.</p> <h3>EDIT 2</h3> <p>I added the event RPC:Completed which is found under the Stored Procedures category in event selection. This worked!</p> http://stackoverflow.com/questions/272730/sql-server-profiler-how-to-filter-trace-to-only-display-events-from-one-databas 7 SQL Server Profiler - How to filter trace to only display events from one database? G - M 2008-11-07T16:58:32Z 2009-03-30T21:47:50Z <p>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.</p> http://stackoverflow.com/questions/665926/understanding-sql-profiler-trace 3 Understanding SQL Profiler trace Stuart 2009-03-20T12:27:00Z 2009-03-24T23:27:27Z <p>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 runs very slowly indeed - from a user perspective it's almost like there's a deadlock of some description when this occurs.</p> <p>To try to work out what the problem is I've run SQL Profiler against the SQL Express database.</p> <p>Looking at the results, some specific questions I have are:</p> <ol> <li><p>The SQL trace shows an Audit Logon and Audit Logoff for every RPC:Completed - does this mean Connection Pooling isn't working?</p></li> <li><p>When I look in Performance Monitor at ".NET CLR Data", then none of the "SQL client" counters have any instances - is this just a SQL Express lack-of-functionality problem or does it suggest I have something misconfigured?</p></li> <li><p>The queries running when the slowness occur don't yet seem unusual - they run fast at other times. What other perfmon counters or other trace/log files can you suggest as useful tools for my further investigation.</p></li> </ol> <p>Thanks</p> <p>Stuart</p> http://stackoverflow.com/questions/633213/where-is-sql-profiler-in-my-sql-2008 1 Where is sql profiler in my sql 2008 ? mrblah 2009-03-11T03:20:55Z 2009-03-24T08:09:49Z <p>Hi,</p> <p>I downloaded sql server 2008 and can't seem to find sql profiler anywhere.</p> <p>I believe I installed the sql enterprise express/trial version?</p> <p>I guess it was express and not enterprise after all right?</p> http://stackoverflow.com/questions/467153/what-do-you-use-to-profile-sql-server-2005-express 2 What do you use to Profile SQL Server 2005 Express? John MacIntyre 2009-01-21T21:44:45Z 2009-03-23T19:41:22Z <p>I've got a problem on an SQL Server 2005 Express instance, and I need to see exactly what is being run, since what <em>I believe</em> is being run works fine when I run it from Management Studio.</p> <p>It appears that Profiler is not available for SQL Server 2005 Express. When I attempt to run SQL Server 2000 Profiler against the 2005 Express edition, I get the following message : "To Connect to this server you must use SQL Server Management Studio or SQL Server Management Objects (SMO)." However, in searching Express Management Studio for a menu to do something similar to what I need, I can't find anything. I found a third party profiler knock off for Express, but prefer to not to install a client app on my customer's server.</p> <p>How do you find out what is being run in SQL Server 2005 Express?</p> http://stackoverflow.com/questions/630881/sqlprofiler-for-oracle 1 Sqlprofiler for oracle davyroegiers 2009-03-10T15:51:01Z 2009-03-19T13:07:53Z <p>Hi, 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?</p> http://stackoverflow.com/questions/118872/how-to-set-sql-profiler-to-profile-sql-2005-reporting-services 0 How to set sql profiler to profile SQL 2005 reporting services Ron Harlev 2008-09-23T03:02:27Z 2009-03-17T23:33:10Z <p>I'm trying to profile SQL reporting services, used from ASP.NET application. In SQL profiler all the SQL run by ASP.NET shows up. It looks like the reporting SQL (from the RDL) doesn't show. Is there some setting or filter I'm missing?</p> http://stackoverflow.com/questions/645876/does-sql-profiler-show-you-the-paramater-values-that-were-passed-in 0 Does sql profiler show you the paramater values that were passed in? mrblah 2009-03-14T12:53:30Z 2009-03-14T13:30:38Z <p>Hi,</p> <p>I'm using this 3rd party sql tracing application because I have sql server express 2008 installed (just a trial version).</p> <p>It only shows the sql passed into the server, with the parameters like @p1 and not that actual value of the parameter, which to me is not all that usefull.</p> <p>Does the built in sql profiler show you the actual values the .net web app is passing in like '2342' or a = 200 ?</p> http://stackoverflow.com/questions/641120/what-exec-spresetconnection-shown-in-sql-profiler-means 1 What "exec sp_reset_connection" shown in Sql Profiler means? ray247 2009-03-13T01:07:34Z 2009-03-13T02:27:04Z <p>Trying to understand what Sql Profiler means by emitting "sp_reset_connection".</p> <p>I have the following, "exec sp_reset_connection" line followed by BatchStarting and Completed,</p> <pre><code>RPC:Completed exec sp_reset_connection SQL:BatchStarting SELECT [c].[TestID] AS [TestID], [c].[Description] AS [Description] FROM [dbo].[Test] AS [c] SQL:BatchCompleted SELECT [c].[TestID] AS [TestID], [c].[Description] AS [Description] FROM [dbo].[Test] AS [c] </code></pre> <p>Basically does first line "exec sp_reset_connection" mean the whole process (my connection was opened, the select stmt is run, then the connection is closed and released back to pool) just take place? Or my connection is still in open stage.</p> <p>And, why does the sp_reset_connection executed before my own select statement, shouldn't it the reset come after user's sql?</p> <p>I'm trying to know is there a way to know in more detail when a connection is opened and closed?</p> <p>By seeing "exec sp_reset_connection", does that mean my connection is closed?</p> <p>Thanks, Ray.</p> http://stackoverflow.com/questions/577203/sql-profiler-shows-nhibernate-running-queries-twice 0 sql profiler shows nhibernate running queries twice? Chris 2009-02-23T10:48:22Z 2009-02-23T11:08:41Z <p>Hi All, </p> <p>I have been doing some performance analysis on an application I am working on. The application is web-based (asp.net) using an old version of NHibernate (1.0) on MSSQL Server (2005).</p> <p>Running profiler against the application seems to show something a little odd, in that we seem to be querying objects twice, once as a direct query and once wrapped in sp_executesql. for example:</p> <pre> SELECT col1, col2 FROM TABLE exec sp_executesql N'SELECT col1, col2 FROM TABLE' </pre> <p>Looking at the stats within profiler I can see they are distinct events (the select is recorded as event 45 - SP:StmtCompleted whilst the call to sp_executesql is recorded as event 10 - RPC:Completed). </p> <p>I have not worked with NHibernate too much before this, but I cannot imagine this is normal behavior. Am I either mis-reading the profile trace (in which case how should I interpret the above), or is there a good reason for this?</p> <p>If the above is as bad as I think, is there a way to switch this behavior off?</p> <p>Thanks</p> http://stackoverflow.com/questions/504326/trace-file-how-to-use-it 1 Trace file - how to use it lmsasu 2009-02-02T18:33:46Z 2009-02-21T18:14:46Z <p>Hello all,</p> <p>we have an application running on an IIS 6/ASP.NET 2.0 backed by a SQL Server 2005 STD edition X64. From time to time, the application crashes with some silly messages (some of the fileds are not found into a "select firled1, filed2.. from mytable"). I obtained a trace of the activity from the sql server taken while the application reported the errors. Note: the crash is encountered only during some heavy load on that server, like creating some reports simmultaneously by several users.</p> <p>The question is: how can I use the trace file to solve the situation? How can I detect what goes wrong?</p> <p>Thanks</p> http://stackoverflow.com/questions/554240/sql-server-2005-blocked-process-report 1 SQL Server 2005 - Blocked Process Report Miyagi Coder 2009-02-16T19:14:24Z 2009-02-18T14:22:43Z <p>I need to investigate a series of blocks and deadlocks that have been occurring randomly on our SQL 2008 server. I am the main developer on the site and do not have a DBA to lean on...</p> <p>I am planning on using the Blocked Process Report in 2005 and enabling a trace.</p> <p>What performace issues can I expect? The DB server is for a website with moderate traffic and I want to minimize the impact the trace will cause.</p> http://stackoverflow.com/questions/185634/query-analyzer-vs-query-profiler-reads-writes-and-duration-discrepencies 2 Query Analyzer VS. Query Profiler Reads, Writes, and Duration Discrepencies Kibbee 2008-10-09T01:49:49Z 2009-01-24T01:04:58Z <p>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 values shown in the Query Profiler. When the profiler and the analyzer are running at the same time, some queries report 200 reads in Analyzer, while the Profiler reports that the query preforms 14000 reads. Based on query performance, it appears to me that the Profiler is right. However, why is there such a large discrepancy between the two? Does anybody else have experience with the same thing occuring?</p> http://stackoverflow.com/questions/286960/sql-profiler-connection-details 0 SQL Profiler connection details Robert 2008-11-13T13:52:08Z 2009-01-18T10:45:33Z <p>When you startup a standard trace the first settings you see will be the current database connections.</p> <p>In my case there is about 10 entries, all of whome are the same username, however some are dateformat dmy and some are mdy. The asp website seems to pick a connection from the pool and uses it, it appears to pick one of 3 and all are set to dmy however every connection should be mdy. Since they are all the same username and that user is set to us_english where else might the connection be getting the dateformat entry?</p> <p>Thanks</p> http://stackoverflow.com/questions/287305/reducing-the-overhead-of-a-sql-trace-with-filters 4 Reducing the overhead of a SQL Trace with filters BradC 2008-11-13T15:47:32Z 2009-01-07T20:13:59Z <p>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 periods of time for performance troubleshooting, but in this case, that really wouldn't give me a good overall picture of the kinds of queries that are run against the database over the course of a day or week or month.</p> <p>How can I minimize the performance overhead of a long-running SQL trace? I already know to:</p> <ul> <li>Execute the trace server-side (sp_ create_trace), instead of using the SQL Profiler UI.</li> <li>Trace to a file, and not to a database table (which would add extra overhead to the DB server).</li> </ul> <p>My question really is about filters. If I add a filter to only log queries that run more than a certain duration or reads, it still has to <em>examine</em> all activity on the server to decide if it needs to log it, right? So even with that filter, is the trace going to create an unacceptable level of overhead for a server that is already on the edge of unacceptable performance? </p>