January 2, 2004 at 1:06 am
I have to create a table that has to store a record of more than 8000 bytes, but SQL Serve warns me that some of the data may be lost, when the record size exceeds the said no of bytes, but creates the table. What is the workaround for this problem, so that i can store more than 8000 bytes of data in a record.
January 2, 2004 at 1:09 am
You can use TEXT which can hold upto 3GB of data.
Cheers,
Crispin
Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!
January 2, 2004 at 1:51 am
For general information this might be useful http://www.sqlservercentral.com/columnists/sjones/pagesize.asp
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 2, 2004 at 12:59 pm
What is the structure of your table?
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply