Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 646 Bytes

SRD0018.md

File metadata and controls

31 lines (21 loc) · 646 Bytes

SQL Server Rule: SRD0018

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

Rule Information

Id SRD0018
Friendly Name Unbounded UPDATE
Category Design
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function

Description

UPDATE statement without row limiting conditions.

Summary

UPDATE statement without row limiting conditions.