monitoring applications querys

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fritz Franz

    monitoring applications querys

    Hi there!

    I'm programming in delphi and new to querieng MS SQL Server. Is there a way
    to monitor the queries sent to the server and something of the returns. At
    least execution time would be interesting ...

    Thx in advance,

    Fritz


  • Robert Klemme

    #2
    Re: monitoring applications querys

    On 01.02.2007 16:19, Fritz Franz wrote:
    I'm programming in delphi and new to querieng MS SQL Server. Is there a way
    to monitor the queries sent to the server and something of the returns. At
    least execution time would be interesting ...
    You can do this with the Profiler that comes with MSSQL.

    robert

    Comment

    • Fritz Franz

      #3
      Re: monitoring applications querys

      "Robert Klemme" <shortcutter@go oglemail.comha scritto
      You can do this with the Profiler that comes with MSSQL.
      Thanks a lot! This is a great help to me!

      Regards, Fritz


      Comment

      Working...