Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 617 Bytes

SRD0057.md

File metadata and controls

29 lines (18 loc) · 617 Bytes

SQL Server Rule: SRD0057

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

Rule Information

Id SRD0057
Friendly Name Do Not Mix DML With DDL Rule
Category Design
Ignorable false
Applicable Types Procedure

Description

Do not mix DML with DDL statements. Group DDL statements at the beginning of procedures followed by DML statements.

Summary