I am using Sql Profiler all the time to capture the SQL statements and rerun problematic ones. Very useful....However, some code uses the SqlBulkCopy API and I have no idea how to capture those. I see creation of temp tables, but nothing that populates th...