Hi there,
I'm not very familiar with the SQL server, but I heard that the SQL server can even store values in a field around GBs. I got a problem while I created the DB with the following warning.
########################################################
The table 'betatest' has been created but its maximum
row size (14380)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.
########################################################
It's quite mysterious that the row size cannot exceed 8060 bytes.
Again I got the error message while I tried to submit the form using the browser.
########################################################
Microsoft OLE DB Provider for SQL Server error '80040e14'
Cannot create a row of size 9561 which is greater
than the allowable maximum of 8060.
########################################################
I'm in a siuation that I need to allow my clients to enter more than 8060 bytes. Could you experts pls help me to get rid of this problem?
Thanks in advance.
Faheem
I'm not very familiar with the SQL server, but I heard that the SQL server can even store values in a field around GBs. I got a problem while I created the DB with the following warning.
########################################################
The table 'betatest' has been created but its maximum
row size (14380)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.
########################################################
It's quite mysterious that the row size cannot exceed 8060 bytes.
Again I got the error message while I tried to submit the form using the browser.
########################################################
Microsoft OLE DB Provider for SQL Server error '80040e14'
Cannot create a row of size 9561 which is greater
than the allowable maximum of 8060.
########################################################
I'm in a siuation that I need to allow my clients to enter more than 8060 bytes. Could you experts pls help me to get rid of this problem?
Thanks in advance.
Faheem