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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 My question about SQL Server 7.0

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-01-29 : 17:23:19
anhthu writes "How can I store/retrieve a long text field larger than 4K in SQL Server 7.0"

andre
Constraint Violating Yak Guru

259 Posts

Posted - 2002-01-29 : 17:59:04
The data type varchar can hold up to 8K. I would suggest using that before using a Text field.

Go to Top of Page
   

- Advertisement -