Yesterday i ran the "SQL Server Profiler" tool and outputted the data to a table, now when i look in it i find many "exec sp_reset_connection" rows and thats expected with our data access layer!
But what i can't explain is that some times it takes 8 seconds to execute this query...
What could cause the sp_reset_connection to delay that much?