Does anyone know how to get a list of all the database queries that were executed for a given page request, like is shown at the bottom of ColdFusion pages when debug output is turned on? I would also like to see execution times. This would be much more convenient than running a SQL Profiler trace, and also hopefully more accurate since it will account for the overhead of loading data into the application, not just the database query time. I am using VB.NET with ASP.NET 2.0