tags:

views:

15

answers:

0

Is it possible (in managed .NET) to get access to all the SQL queries sent via ADO.NET (in my own application?)

Meaning some way to hook into the underlying ADO.NET (SQL connections/commands) infrastructure and see all the issues SQL queries from my application? (not other applications, just the ones sent from my own process)

related questions