Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Exception handling in SP

$
0
0
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..

Viewing all articles
Browse latest Browse all 3145

Trending Articles