Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting values into text field
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Inserting values into text field
Divers
Thread ID:
00535471
Message ID:
00535471
Vues:
38
Hi,

I am new to using SQL Server. When I try to insert a string longer than 256 characters into a text field using the "Insert into" command (for e.g. "Insert into TempTbl(notes) Values ('a string longer than 256 characters') it gets cut off at 254th character. (A) Is there any other way to assign values to text fields? (B) How does UpdateText or WriteText command work? (C) Can I create a stored procedure with UpdateText command to which I will pass String values to be inserted into the text field? Please help.
Thank you.

Neetu Kumar
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform