Posted by RamaKrishna Narla on 06/06/06 17:46
Hi,
In MS SQL Server, while creating the table, I am getting a warning
message saying like "maximum row size can exceed allowed maximum size
of 8060 bytes".
Is there any way in SQL Server, to increase this allowed maximum row
size?
The setting like "set ANSI_WARNINGS OFF" is not suitable in my case. I
need creation of table with around 11000 bytes in the record (Summation
of precision of all the columns). And more over, I do not want to loose
any data (truncation) in inert operation to keep on the whole record
size to 8060B.
Thanks a lot in advance.
Ramakrishna.
[Back to original message]
|