Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 592 Bytes

SRD0015.md

File metadata and controls

29 lines (19 loc) · 592 Bytes

SQL Server Rule: SRD0015

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

Rule Information

Id SRD0015
Friendly Name Implicit column list
Category Design
Ignorable false
Applicable Types Procedure

Description

Always use a column list in INSERT statements.

Summary

Always use a column list in INSERT statements.