database stored procedure best practice.

Jan 2 2009 8:15 AM
1. always use transaction in data modification query.
2. try to use Try Catch Block to handle errors.