February 7, 2005 at 12:01 am
I want to Store 9000 character data in one field. Is this possible?
Ajay
February 7, 2005 at 1:28 am
There are two ways to do this.
1. Use either a TEXT or NTEXT field.
2. Compress your string in some way
Personally, I would go with option 1.
Option 2 is messy and it means you have to have a compress and uncompress routine in your app. Oh, and you won't be able to use SQL to search your string.
February 9, 2005 at 11:00 am
Is there a maximum field length for the TEXT or NTEXT types.
February 9, 2005 at 9:30 pm
Thanks a lot
February 10, 2005 at 2:43 am
2Gb of data. War and Peace in PDF form is only around 200Mb.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply