|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to save more then 8000 char in sql.
Please tell me the solution to save more then 8000 char in single cell. |
|
#2
|
||||
|
||||
|
Use the text data type.
|
|
#3
|
|||
|
|||
|
But in text datatype we can't save more then 16 char. so how i can save more then 8000 char.
|
|
#4
|
||||
|
||||
|
Quote:
Text datatype in SQL Server can store ASCII characters longer than 8 KB. Don't get confused on the value it shows in the length field. Max Length is 16 because the Text data type doesn't actually store the data, it's storing a (16-byte) pointer. If you need Unicode support us the nText data type instead. Last edited by Memnoch : August 16th, 2004 at 10:24 AM. |
|
#5
|
|||
|
|||
|
I have a text field in an existing database and the client wishes to store a fair bit of info in the field and as a result the db isn't storing everything they enter. I've tried to change the field type but am dissallowed. What can I do to increase the storage for this field?
Any help would be greatly appreciated. |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > URGENT - String or binary data would be truncated |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|