Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 730 Bytes

SRD0027.md

File metadata and controls

32 lines (22 loc) · 730 Bytes

SQL Server Rule: SRD0027

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

Rule Information

Id SRD0027
Friendly Name Unspecified precision or scale
Category Design
Ignorable false
Applicable Types Procedure
Scalar Function
Table
Table Valued Function

Description

Do not use DECIMAL or NUMERIC data types without specifying precision and scale.

Summary

Do not use DECIMAL or NUMERIC data types without specifying precision and scale.