Exception Handling in SQl Stored Procedures?
Posted
by Rishabh Ohri
on Stack Overflow
See other posts from Stack Overflow
or by Rishabh Ohri
Published on 2010-03-23T04:33:19Z
Indexed on
2010/03/23
4:41 UTC
Read the original article
Hit count: 412
sql
Hi All,
Adding Exceptional Handling is a good practise, but I have a doubt, In our database we have 10 SPs which are accessed by our data access layer, there is not much logic and the queries are also not big.The purpose of keeping the queries in SPs was to allow paged data to be easily passed to the presentation layer. So, my question is, should error handling be added to the SPs in this scenario when they do not include large complex queries?
© Stack Overflow or respective owner