U
Urs
Hello,
With SQL Profiler I had a look to one of my ADO.net applications:
I have a lot of "RPC:Completed" and only some "SQL:BatchCompleted" statements.
What's the difference between them (I know: RPC stays for remote procedure call), but what's the point ADO.net (or anything else?)
desires to do the job as RPC instead of SQL?
Is there any diffence in the performance?
I also see a lot of "RPC:Completed, exec sp_reset_connection" statements. What's that? Has this a performace impact?
Thank you,
Urs
With SQL Profiler I had a look to one of my ADO.net applications:
I have a lot of "RPC:Completed" and only some "SQL:BatchCompleted" statements.
What's the difference between them (I know: RPC stays for remote procedure call), but what's the point ADO.net (or anything else?)
desires to do the job as RPC instead of SQL?
Is there any diffence in the performance?
I also see a lot of "RPC:Completed, exec sp_reset_connection" statements. What's that? Has this a performace impact?
Thank you,
Urs