Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numeric(2,0) vs INT
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Database design
Miscellaneous
Thread ID:
01652230
Message ID:
01652233
Views:
65
>Hi,
>
>I need to add a few fields to a SQL Server table:
>MONTH_NO - Month number
>MONTH_FR - Month from
>MONTH_TO - Month to
>In the VFP table, corresponding to this SQL Server table, the types of these fields are NUMERIC(2,0)
>
>Does it matter if in SQL Server I make the type of these field NUMERIC(2,0) vs INT?
>
>TIA

Use TinyInt for this.

https://docs.microsoft.com/en-us/sql/t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform