Hi,
I am trying to create a new table in an SQL Server 2000 database.
After I run the script to create the database, I get the following message:
Warning: The table 'tblTest' has been created but its maximum row size (11023) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes.
Is it possible to increase the maximum row size, or perhaps another solution (apart from modifying the individual field datatypes and sizes)?
RDMS: SQL Server 2000 with SP3
Thanks
Dabase
I am trying to create a new table in an SQL Server 2000 database.
After I run the script to create the database, I get the following message:
Warning: The table 'tblTest' has been created but its maximum row size (11023) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes.
Is it possible to increase the maximum row size, or perhaps another solution (apart from modifying the individual field datatypes and sizes)?
RDMS: SQL Server 2000 with SP3
Thanks
Dabase