Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Friday, March 9, 2012

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,

FritzOn 01.02.2007 16:19, Fritz Franz wrote:

Quote:

Originally Posted by

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|||"Robert Klemme" <shortcutter@.googlemail.comha scritto

Quote:

Originally Posted by

You can do this with the Profiler that comes with MSSQL.


Thanks a lot! This is a great help to me!

Regards, Fritz