H
HiChetu
I am executing storedprocedures from C# using SQLClinet.
In the SQL Profiler, I get SQL:BatchCompleted for one of them and
RPC:Completed for another.
Can anyone tell me what SQL:BatchCompleted and RPC:Completed are? and
why i am getting a different results for these two sprocs?
The storedprocedures as captured from the profiler is given below:
1) SQL:BatchCompleted exec sproc_committran .Net SqlClient Data
Provider
2) RPC:Completed .Net SqlClient Data Provider exec sp_executesql N'set
context_info @Pm0 exec sproc_begintran', N'@Pm0 varbinary(16)', @Pm0
= 0x2CDC30D9B88B314ABC6AB6327692645C 67
Thanks in advance for any information.
-- Chetan
In the SQL Profiler, I get SQL:BatchCompleted for one of them and
RPC:Completed for another.
Can anyone tell me what SQL:BatchCompleted and RPC:Completed are? and
why i am getting a different results for these two sprocs?
The storedprocedures as captured from the profiler is given below:
1) SQL:BatchCompleted exec sproc_committran .Net SqlClient Data
Provider
2) RPC:Completed .Net SqlClient Data Provider exec sp_executesql N'set
context_info @Pm0 exec sproc_begintran', N'@Pm0 varbinary(16)', @Pm0
= 0x2CDC30D9B88B314ABC6AB6327692645C 67
Thanks in advance for any information.
-- Chetan