Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 730 Bytes

SRP0017.md

File metadata and controls

31 lines (21 loc) · 730 Bytes

SQL Server Rule: SRP0017

Assembly SqlServer.Rules.dll
Namespace SqlServer.Rules.Performance
Class AvoidUpdatingPrimaryKeyColumnsRule

Rule Information

Id SRP0017
Friendly Name Update of Primary key
Category Performance
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function

Description

Avoid updating columns that are part of the primary key. (Halloween Protection)

Summary

Avoid updating columns that are part of the primary key. (Halloween Protection)