Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 585 Bytes

SRP0020.md

File metadata and controls

29 lines (19 loc) · 585 Bytes

SQL Server Rule: SRP0020

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

Rule Information

Id SRP0020
Friendly Name Missing Clustered index
Category Performance
Ignorable false
Applicable Types Table

Description

Table does not have a clustered index.

Summary

Consider adding clustered index to table.