I read that SQL exceptions are treated as normal exceptions in managed SPs; I would like to know how is following scenario handled w.r.t to this.
- I have a normal t-SQL SP that calls a managed SP.
- managed SP throws exception due to some issue.
- How does normal T-SQL handle this.
I have not tried this scenario yet as I do not have SQL server on my current machine.