arrowhouse
MIS
Hi,
I've just started using SQL2005 & I see that there is now a set of statements:
BEGIN TRY
...
END TRY
BEGIN CATCH
...
END CATCH
Has anybody got any tips/experience on the best way to use this?
I'm calling one procedure from inside another one & I want to get the transaction contol correct & I'm not sure how the two interact.
Did look for a FAQ but couldn't find one.
Thanks.
I've just started using SQL2005 & I see that there is now a set of statements:
BEGIN TRY
...
END TRY
BEGIN CATCH
...
END CATCH
Has anybody got any tips/experience on the best way to use this?
I'm calling one procedure from inside another one & I want to get the transaction contol correct & I'm not sure how the two interact.
Did look for a FAQ but couldn't find one.
Thanks.