Hello,

I use Ants Profiler in Version 6.2 with Sql Server 2005 Developer Edition and I see no ouput in the SQL Server window. I profile a winforms application.

Could you help me with that issue?

Thank you!
Tobias
tobias.schittkowski
0

Comments

4 comments

  • Brian Donahue
    Hi Tobias,

    Usually there is a warning strip that tells you why there are no results from the SQL Server trace. However, there are a few basic conditions that need to be met before you get SQL trace information:
    • Your are profiling on Windows Vista, 7, or 2008
    • The SQL Server is on the local computer
    • The SQL Server is not the Express Edition
    • The SQL Server MOF is present and compiled

    Hope this helps.
    Brian Donahue
    0
  • tobias.schittkowski
    Hi,

    I now need to use the SQL profiling feature, but it is not working, the 4 conditions are OK. I also checked http://www.red-gate.com/supportcenter/c ... 1101000480 and it works (I see 4 Graphs in my SqlSession.etl).
    tobias.schittkowski
    0
  • dene.boulton
    Hello Tobias,

    You may also want to try the current EAP for the Performance Profiler, the new functionality significantly changes how the SQL profiling works, as such making it even more useful if you are interested in the calls your application makes to a database.

    EAP is here: http://help.red-gate.com/help/ANTSPerfo ... d_eap.html
    dene.boulton
    0
  • tobias.schittkowski
    With the latest EAP version, SQL Profiling is working!
    tobias.schittkowski
    0

Add comment

Please sign in to leave a comment.