About 50 results
Open links in new tab
  1. Stumped - how do you install SQL Profiler?

    Aug 26, 2014 · Now I want to install SQL Profiler. I understand it doesn't come with SQL Express, so I've got the DVD for SQL Server 2008 Enterprise Edition. The problem is that whether I choose "New …

  2. Can't start Profiler - social.msdn.microsoft.com

    Mar 20, 2015 · I'm using the SSMS that is installed with SQL 2012. Whether I start Profiler from SSMS or from the Start Menu does not matter. The behavior is the same. Not much to show you in a picture.

  3. How to set the SQL profiler to audit only the inserts on a table

    Oct 23, 2009 · From experience, the performance impact of a profiler trace with a text filter is much more than a trigger. But that is from what I've seen. When you add a Profiler Trace with a Text Data filter, …

  4. How to trace the SQL statements generated by a C# WinForm …

    Nov 3, 2011 · 1) Use SQL Server Profiler to trace all calls made to the SQL Server, It will require priviliges on the server, impact server performance and you need to filter out your calls amongst all …

  5. Unable to locate trace definition file for SQL Server version 11

    Apr 17, 2017 · Symptoms When you open SQL Server profiler, and try to start a new trace (or when try to open an existing trace), you get the error:

  6. SQL Profiler and Rollover Files - social.msdn.microsoft.com

    Feb 24, 2016 · When you import to Profiler it only loads one file at a time and when you export the trace from profiler to a SQL table it has to be to a separate table for every file. 50 + trace loads, 50 + trace …

  7. TEXT DATA COLUMN FROM ::fn_trace_gettable

    Mar 6, 2015 · One method is to use SQL Server profiler to insert the captured data to the table directly... Thanks Uri . How ??

  8. How to get table names from Query - social.msdn.microsoft.com

    Jan 3, 2012 · Try to use SQL Profiler and you will see the executed query against your database. I mean before you run your application go to your SQL profiler and run it. then go to your application and …

  9. Equallent Application dbms_application_info""in SQL Server

    Aug 19, 2010 · If so, you can definitely use sp_who2 or some of the DBCC commands to retrieve this information in the SQL Server. However, you can get more information from a few of the Dynamic …

  10. Why SP_Reset_connection is taking too long me execute

    Jul 20, 2017 · Currently testing is being done on stage server - I believe running profiler and server side trace captures the same amount of data but server side trace is efficient and recommended.