I'm looking at analysing the performance of the SQL generated from Entity Framework 1, using MS SQL 2008.
When I run a trace in SQL Server Profiler 2008, I noticed something that I didn't expect. For each query that gets executed, I get two RPC:Completed
statements, separated by an exec sp_reset_connection statement
. Is this the expected behavior?