Assembly | SqlServer.Rules.dll |
Namespace | SqlServer.Rules.Design |
Class | WrapStatementsWithTryCatchRule |
Id | SRD0013 |
Friendly Name | Expected error handeling |
Category | Design |
Ignorable | false |
Applicable Types | Procedure |
Wrap multiple action statements within a try catch.
Wrap TRY..CATCH around multiple data manipulation statements.