Can I stop sp_reset_connection being called to improve performance?
问题 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 being called, if I'm confident that it's unnecessary, to improve performance? UPDATE: The reason I imagine this could improve performance is twofold: SQL Server doesn't need to reset the connection state. I think this would be a relatively negligible improvement. Reduced network latency because the client doesn't need to send down