What does “exec sp_reset_connection” mean in Sql Server Profiler? [duplicate]
This question already has an answer here: What does sp_reset_connection do? 2 answers 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 exec sp_reset_connection SQL:BatchStarting SELECT [c].[TestID] AS [TestID], [c].[Description] AS [Description] FROM [dbo].[Test] AS [c] SQL:BatchCompleted SELECT [c].[TestID] AS [TestID], [c].[Description] AS [Description] FROM [dbo].[Test] AS [c] Basically does first line "exec sp_reset_connection" mean the whole process