Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What field type to use for memo
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01171364
Message ID:
01171369
Vues:
13
>Hi All, is there a preferred field type I should use for Foxpro "memo" types ?
It depends how many chars you could store in that memo. If you store not more that 8000 chars in that MEMO you could use varchar, (or nvarchar, but it is limited to 4000 chars). In SQL 2005 you could use varchar(max) which allows you to store up to 2^31-1 bytes. I prefer varchar data type to textone, because it is easy to manage and all function works with it whereas some functions (LEFT(), RIGHT(), LEN() ...) doesn't work on TEXT type.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform