[SQLSERVER] Champ en caracteres illimites ???

Champ en caracteres illimites ??? [SQLSERVER] - SQL/NoSQL - Programmation

Marsh Posté le 08-03-2004 à 17:35:37    

Jaimerai un champ avec un nombre de caracteres illimites  
 
l'equivalence de memo en access je le voudrais en sql server en fait !
en ntext 16 lorsque je colle des trucs trop long j'ai du vide :/
 
quel type faut il prendre pour cela ?

Reply

Marsh Posté le 08-03-2004 à 17:35:37   

Reply

Marsh Posté le 08-03-2004 à 20:59:35    

Utilise text et non pas ntext, ntext ça sert qu'à stocker du texte unicode, et du coup la capacité est plus petite.
 
Sinon, ton propblème vient d'ailleurs, parcequ'un champ text (ou ntext) accèpte 1 à 2 Go de données...
 

Citation :

ntext
 
Variable-length Unicode data with a maximum length of 230 - 1 (1,073,741,823) characters. Storage size, in bytes, is two times the number of characters entered. The SQL-92 synonym for ntext is national text.
 
text
 
Variable-length non-Unicode data in the code page of the server and with a maximum length of 231-1 (2,147,483,647) characters. When the server code page uses double-byte characters, the storage is still 2,147,483,647 bytes. Depending on the character string, the storage size may be less than 2,147,483,647 bytes.


Message édité par MagicBuzz le 08-03-2004 à 21:00:00
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed