Options

Capturing asynchronous database calls.

MadilljMadillj Posts: 2
edited August 26, 2016 7:45PM in ANTS Performance Profiler 9
Within our application we will occasionally run a sql command using the .BeginExecuteReader() method and in my profiling these queries don't show up when I select Database Calls. Is there any way to have Ants pick these up without modifying our code?

Comments

  • Options
    Jessica RJessica R Posts: 1,319 Rose Gold 4
    I'm afraid there's no way to profile those asynchronous database calls at the moment as the profiler currently doesn't pick up on BeginExecuteReader() calls. :/ Only standard Execute commands like ExecuteReader can be profiled.

    Apologies for the inconvenience!

    Jessica Ramos | Product Support Engineer | Redgate Software

    Have you visited our Help Center?


Sign In or Register to comment.