show/hide this revision's text 2 added 268 characters in body

Use SQL Profiler instead - then you will get not only the SQL but also important related information such as I/O impact, timings etc etc.

For a more detailed answer, see: http://stackoverflow.com/questions/76208/good-way-to-time-sql-queries-when-using-linq-to-sql#79665

show/hide this revision's text 1

Use SQL Profiler instead - then you will get not only the SQL but also important related information such as I/O impact, timings etc etc.