Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column Type: Numeric vs Integer
Message
General information
Forum:
Microsoft SQL Server
Category:
Database design
Miscellaneous
Thread ID:
01687749
Message ID:
01687752
Views:
26
>>Hi,
>>
>>I need to add a couple of columns to a table (in SQL Server).
>>One column will hold a year (e.g. 2024, 2025, and so on). So naturally, numeric(4,0) would do. But, thinking about SQL Server new versions, do new MS SQL Server versions still have Numeric type? If not, would it be better to have the type as Integer?
>>Any suggestions would be greatly appreciated.
>>
>>TIA
>
>All SQL Servers have NUMERIC type.
>In your case I would prefer smallint type just because it is 2 bytes and not 4 :-)
Thank you very much.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform