sp-reset-connection Questions

4

Solved

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 t...
Loyalty asked 23/10, 2010 at 13:49

3

Solved

Trying to understand what Sql Profiler means by emitting "sp_reset_connection". I have the following, "exec sp_reset_connection" line followed by BatchStarting and Completed, RPC:Completed ...

4

Solved

We have a web service coded in C# that makes many calls to MS SQL Server 2005 database. The code uses Using blocks combined with C#'s connection pooling. During a SQL trace, we saw many, many call...
Zettazeugma asked 7/6, 2009 at 17:13
1

© 2022 - 2024 — McMap. All rights reserved.