Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 618 Bytes

SRD0013.md

File metadata and controls

29 lines (19 loc) · 618 Bytes

SQL Server Rule: SRD0013

Assembly SqlServer.Rules.dll
Namespace SqlServer.Rules.Design
Class WrapStatementsWithTryCatchRule

Rule Information

Id SRD0013
Friendly Name Expected error handeling
Category Design
Ignorable false
Applicable Types Procedure

Description

Wrap multiple action statements within a try catch.

Summary

Wrap TRY..CATCH around multiple data manipulation statements.