I have stored procedure calling another stored procedure consider SP1 calling SP2,in SP2 i am getting exception which SP2 it has to stop exeucting then returning to SP1 also by calling the exception handling part of SP1..but in my SP it is still executing remaining part of SP1 , trying with throws(which available in SQL Server 2012) but i am using SQL Server 2008..
↧