Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-04-03 : 09:50:36
|
| Senthil writes "Hi Firends!MS SQL Server 7.0I Need to Store Large Text data into a Column.I try to store this text data into a colunm(text datatype).-It's stored very small test datas. plz write solution!Urssen" |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-04-03 : 10:23:15
|
| how much large is your data.According to BOLtextVariable-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 bytesif its larger then that , i will suggest you to store in a text file and store the file path in a varchar field .and work with your way with code.HTH-------------------------------------------------------------- |
 |
|
|
|
|
|