Exact Numeric Datatypes

Use the exact numeric datatypes to represent a value exactly. SAP ASE provides exact numeric types for both integers (whole numbers) and numbers with a decimal portion.

Transact-SQL provides the smallint, int, bigint, numeric, and decimal ANSI SQL exact numeric datatypes. The unsigned bigint, unsigned int, unsigned smallint, and tinyint types are Transact-SQL extensions.