BTW, 1200 is less than 8000.
with SQL 2000, is it possible to create a datatype over 8000 characters? I
need
to store and retrieve user stories that could be up to 1200 characters. I
would
rather keep them in the database instead of storing them as flat text files
and
then pointing to them from the database.
Quote:-----Original Message-----
with SQL 2000, is it possible to create a datatype over 8000 characters? I need
to store and retrieve user stories that could be up to 1200 characters. I would
rather keep them in the database instead of storing them as flat text files and
then pointing to them from the database.
.
4000 is for an nVarchar datatype. TEXT will give you up to 2GB.
--
Andrew J. Kelly, SQL Server MVP
Targitmail
oops, I meant to say 12,000 characters, I noticed that the text datatype
only
gives me up to 4000, the varchar 8000.
Quote:-----Original Message-----
with SQL 2000, is it possible to create a datatype over 8000 characters? I
need
to store and retrieve user stories that could be up to 1200 characters. I
would
rather keep them in the database instead of storing them as flat text files
and
then pointing to them from the database.
.
1. Datatype that can handle more than 8000 characters
What is the datatype I should use to handle at least 30000
characters. I tried using varchar and text but it is
limited to a few thousands only. Please help.. I need to
setup a database that can handle article pages. Thanks
3. writing 1024 characters in a varchar-field with allows 8000 characters doesn′t work
5. Convert Column Datatype From varchar(8000) to text
6. Informix SDK2.3 for Sun visual workshop 5.0
7. SQLSvr 7 datatype of 8000 chars+ ?
9. In dynamic Sql, , I reach the varchar limit is 8000 characters
10. xp_readmail for email longer than 8000 characters
11. field with more than 8000 characters
12. Len with 8000 + characters
13. More then 8000 Characters?