Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Numeric(2,0) vs INT
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Divers
Thread ID:
01652230
Message ID:
01652232
Vues:
70
>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

VFP NUMERIC(2,0) is equal to MS SQL NUMERIC(2,0) - store in two bytes (characters)
VFP INT is equal to MS SQL INT - store in four bytes (binary)

MartinaJ
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform