How SQL Server stores data types: integers and decimals
This week we’re going to look at how numbers are stored. This post will cover integers (TINYINT, SMALLINT, INT, BIGINT), and decimals (DECIMAL, which is the same as NUMERIC). If you’d like to read the… How SQL Server stores data types: integers and decimals