Exact Numerics
Integers
Integer (whole number) data from -2^63 (-9223372036854775808) through 2^63-1 (9223372036854775807).
Integer (whole number) data from -2^31 (-2,147,483,648) through 2^31 - 1 (2,147,483,647).
Integer data from 2^15 (-32,768) through 2^15 - 1 (32,767).
Integer data from 0 through 255.
bit
Integer data with either a 1 or 0 value.
decimal and numeric
Fixed precision and scale numeric data from -10^38 +1 through 10^38 –1.
Functionally equivalent to decimal.
money and smallmoney
Monetary data values from -2^63 (-922,337,203,685,477.5808) through 2^63 - 1 (+922,337,203,685,477.5807), with accuracy to a ten-thousandth of a monetary unit.
Monetary data values from -214,748.3648 through +214,748.3647, with accuracy to a ten-thousandth of a monetary unit.
Approximate Numerics
Floating precision number data from -1.79E + 308 through 1.79E + 308.
Floating precision number data from -3.40E + 38 through 3.40E + 38.
datetime and smalldatetime
Date and time data from January 1, 1753, through December 31, 9999, with an accuracy of three-hundredths of a second, or 3.33 milliseconds.
Date and time data from January 1, 1900, through June 6, 2079, with an accuracy of one minute.
Character Strings
Fixed-length non-Unicode character data with a maximum length of 8,000 characters.
Variable-length non-Unicode data with a maximum of 8,000 characters.
Variable-length non-Unicode data with a maximum length of 2^31 - 1 (2,147,483,647) characters.
Unicode Character Strings
Fixed-length Unicode data with a maximum length of 4,000 characters.
Variable-length Unicode data with a maximum length of 4,000 characters. sysname is a system-supplied user-defined data type that is functionally equivalent to nvarchar(128) and is used to reference database object names.
Variable-length Unicode data with a maximum length of 2^30 - 1 (1,073,741,823) characters.
Binary Strings
Fixed-length binary data with a maximum length of 8,000 bytes.
Variable-length binary data with a maximum length of 8,000 bytes.
Variable-length binary data with a maximum length of 2^31 - 1 (2,147,483,647) bytes.
No comments:
Post a Comment