Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 673 Bytes

SRD0011.md

File metadata and controls

32 lines (21 loc) · 673 Bytes

SQL Server Rule: SRD0011

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

Rule Information

Id SRD0011
Friendly Name Equality Compare With NULL Rule
Category Design
Ignorable false
Applicable Types Procedure
Scalar Function
Table Valued Function
View

Description

Equality and inequality comparisons involving a NULL constant found. Use IS NULL or IS NOT NULL.

Summary