About 8,310 results
Open links in new tab
  1. Is it possible to capture result set of query in SQL profiler

    Jun 30, 2014 · SQL profiler can be used to capture query statistics, duration,reads etc but not actual result.

  2. Run Trace on Azure Database? - social.msdn.microsoft.com

    Nov 21, 2016 · You cannot run a trace against a SQL Azure Database and cannot use SQL Server Profiler or SQL Server Distributed Replay either. You have the option to use the Query Store.

  3. sql server connection error (18452) - social.msdn.microsoft.com

    Jul 7, 2010 · As a result, the SQL Server management studio and SQL Server agent job manager are throwing the login failed for user " messages while profiling. what is suprising me is when i try to login …

  4. Forced to DbpropMsmdFlattened2=false when using MDX query

    Mar 24, 2015 · Then I start SQL Server Profiler in background and press ``preview`` to get the query result.

  5. Event sequence column are missed when use profiler to save a trace …

    Dec 2, 2009 · I use profiler (katmai version) to open a Yukon trace file, then store the trace file into a .xml file. When i open the .xml file, all events' sequence are 0!

  6. Improving performance of a DAX formula containing DIVIDE function ...

    Dec 23, 2013 · In your scenario, you can capture and save data about each event to a file or table using Microsoft SQL Server Profiler which is a graphical user interface to SQL Trace for monitoring an …

  7. Unable to access SSIS package - social.msdn.microsoft.com

    Sep 4, 2007 · I'm able to execute the package using the Execute Package Utility on my local version of SQL Server 2005, and the text file is written correctly. It just doesn't happen using the Web Services …

  8. SSIS and clearing memory - social.msdn.microsoft.com

    Jan 11, 2012 · SSIS uses SQL Servers memory. On a 64-bit system, SQL server will allocate as much memory as it needs at any given moment and not re-release it back to the system.

  9. POSSIBLE BUG: Different query results: parameter vs hardcoded value

    Jan 28, 2013 · This query with a parameter returns the correct result against local Access tables. But when they are linked, it applies the parameterized criteria at the very end of execution. I don't …

  10. How do you troubleshoot a slow running query?

    Feb 14, 2014 · a. Check blocking b. Any sql or application jobs running c. Are other querys are also slow ,to check where you have to focus query or on sql server d. As we are talking about query, you …