Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 614 Bytes

SRD0017.md

File metadata and controls

31 lines (20 loc) · 614 Bytes

SQL Server Rule: SRD0017

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

Rule Information

Id SRD0017
Friendly Name Avoid Deletes Without Where Rule
Category Design
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function

Description

DELETE statement without row limiting conditions.

Summary