Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 718 Bytes

SRD0046.md

File metadata and controls

31 lines (21 loc) · 718 Bytes

SQL Server Rule: SRD0046

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

Rule Information

Id SRD0046
Friendly Name Use of approximate data type
Category Design
Ignorable false
Applicable Types Procedure
Table
View

Description

Do not use the real or float data types for parameters or columns as they are approximate value data types.

Summary

Do not use the real or float data types as they are approximate value data types.