Given:...A ...BenchMark... class that lets me know when something has completed....A very large XML file (~120MB) that has been parsed into multiple Lists...Some code:...SqlConnection con = null;
SqlTransaction transaction = null;
try
{
con = getCon();...