Nour
Starting Member
14 Posts |
Posted - 14 March 2004 : 14:10:18
|
I am getting this message when Creating the database in MSSQL server, what is the problem and any Help please:
Warning: The table 'FORUM_A_REPLY' has been created but its maximum row size (8146) 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. Warning: The table 'FORUM_A_TOPICS' has been created but its maximum row size (8401) 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. Warning: The table 'FORUM_MEMBERS_PENDING' has been created but its maximum row size (9024) 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. Warning: The table 'FORUM_REPLY' has been created but its maximum row size (8146) 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. Warning: The table 'FORUM_TOPICS' has been created but its maximum row size (8405) 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.
|
Edited by - ruirib on 14 March 2004 15:23:08 |
|