The MS SQL help further says this:
"text
Variable-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 bytes.
"
but how do i go abt this to make the Field actually use the maximum length. currently, they allow only 4096 chars. ?