About 25,300 results
Open links in new tab
  1. Duration column in Profiler - social.msdn.microsoft.com

    Aug 3, 2011 · Duration includes the completion time of the query in SQL server but doesn't include the network time. I have seen sometimes the query being executed on the sql within …

  2. Combining "rolled" trace (*.trc) files - social.msdn.microsoft.com

    Mar 30, 2010 · SQL Server Profiler is a tool used to open trace file. But if you'd like to do it through script, I just want to remind this. If I remember correctly, there's a special event as the …

  3. OPENQUERY using MDX - social.msdn.microsoft.com

    Jan 21, 2014 · If you have any further issues please create an SQL trace and / or and MDX trace within SQL Server Profiler then cut and paste the relevant text into your MSDN thread; -

  4. PRINT within WHILE loop is not being displayed...

    The NOWAIT option instructs SQL Server to send the output immediately. Unfortunately, this only works for the first 500 messages. After this SQL Server Mgmt Studio starts buffering the …

  5. Profiler trace with filter on multiple table objects

    Jun 27, 2018 · How do you filter on mutiple table object names in Profiler? I set up a Profiler trace to capture lock activity. I want to filter on a specific database name and on a few specific …

  6. Odd FMTONLY statements - social.msdn.microsoft.com

    Apr 15, 2008 · I ran a trace using the Profiler (from MS SQL Server) and noticed that ADO generated roughly twice the amount of traffic compared to BDE. Every SQL statement …

  7. Tracing SQL statements and number of records affected

    Aug 11, 2010 · If I remember correctly the SQL Profiler with SQL Server 2008, also have a column for RowCount, maybe you can trace the SQL statements there and also the …

  8. Estimated operator's costs are equal for two queries, the execution ...

    May 7, 2013 · Estimates are estimates, and estimates can be way off from the actual values. While estimates can give you some idea of how a query will perform, I don't pay too much …

  9. Long running queries in 24hrs - social.msdn.microsoft.com

    Nov 16, 2017 · Better yet set up profiler to run 24x7 to capture long-running queries, or maybe now with SQL 2017 they say extended events can finally replace profiler (meaning server-side …

  10. Checkpoint blocking Backup log or vice-versa

    Sep 10, 2008 · You can also save the Profiler data to a SQL Server table (on the File menu, point to Save As and then click Table) and run SQL queries against it. Be careful that you perform …