Last time we looked at the internals of how dates and times are stored in SQL Server. 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). As a general reminder, there are eight bits in
-> Continue reading How SQL Server stores data types: integers and decimals
The post How SQL Server stores data types: integers and decimals appeared first on Born SQL.