About 11,700 results
Open links in new tab
  1. I need to get SSIS Data profiler output in Excel.

    Sep 22, 2014 · I need to get SSIS Data profiler output in Excel. Tried importing XML generated by SSIS Profiler in Excel but data is getting lost. Can anybody please help on this. Thanks, Manoj …

  2. Linq query, comparing execution time in SQL Profiler, same final query ...

    Oct 7, 2021 · Watching on SQL Profiler, I´m observing a duration time about 14 seconds, on the other hand if I just copy query string from Profiler and run it on SSMS, SQL Profiler shows duration time as …

  3. Procedure name can not be start with sp_

    Sep 12, 2017 · Could you please use SQL Server Profiler to catch the query run on the Subscriber? You can refer to this article to learn -> How To: Use SQL Profiler: https://msdn.microsoft.com/en …

  4. Profiler: unknown login (ServerName$) doing periodic admin queries

    Jan 31, 2008 · The login name is the login that lets a service execution under the other servers NT Authority\System account access the sql server on another machine. To track this backwards, go to …

  5. How many times a sp was executed? - social.msdn.microsoft.com

    Jul 15, 2009 · Question 0 Sign in to vote I need to check how many times a specific sp was executed within a given time period,

  6. 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!

  7. Integrity Maintenance Plan fails with Failed: (0) Alter failed for ...

    Nov 16, 2009 · I then run a profiler I can see the following errors. This looks like what is causing the "Failed: (0) Alter failed for Server 'server_name'. SQL Profiler output Configuration option 'user …

  8. How to monitor network traffic using SQL PROFILER?

    May 17, 2018 · Hi team, How to monitor network traffic using SQL PROFILER? I would suggest to use wireshark or post in network forum for better answer. SQL Server was never primarily designed to …

  9. Deadlock on insert and select on same table

    Jun 13, 2011 · With sys.dm_os_waiting_tasks and sys.dm_tran_locks, you could clearly see what has happening if you run Kent's query. Besides, you can use trace flag 1222 or SQL Server Profiler …

  10. 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 …