HI,
Edition:SQL 2005 64 Bit
In profiler, i have selected SP:starting, SP:Completed, RPC:starting and RPC:completed.
For a .Net call for a procedure, i can see RPC/SP:starting event. Procedure executed successfully but its not showing event of SP/RPC:completed in the profiler.
Now if i run the same input in SSMS, all above four events shows the relevant info.
SO which thing is stopping SP:completed and RPC:completed when we get a call from .NET?
Thanks.