Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns the precision level used by decimal and numeric data types as currently set in the server.
Transact-SQL Syntax Conventions
Syntax
@@MAX_PRECISION
Return Types
tinyint
Remarks
By default, the maximum precision returns 38.
Examples
SELECT @@MAX_PRECISION AS 'Max Precision'
See Also
Reference
Configuration Functions (Transact-SQL)
decimal and numeric (Transact-SQL)
Precision, Scale, and Length (Transact-SQL)