My profiler trace shows that exec sp_reset_connection is being called between every sql batch or procedure call. There are reasons for it, but can I prevent it from
exec sp_reset_connection
Just keep the connection open instead of returning it to the pool, and execute all commands on that one connection.