macromedia.coldfusion.database_access
[Top] [All Lists]

Re: Exceded Maximum Row Size

Subject: Re: Exceded Maximum Row Size
From: Ian Skinner <iskinner@xxxxxxxxxxx>
Date: Fri, 21 Mar 2008 10:45:29 -0700
Newsgroups: macromedia.coldfusion.database_access


dwright65 wrote:
I had a user get the following error: "Cannot create a row of size 10781 which is greater than the allowable maximum of 8060."
 Does anyone what this means and how to deal with it?

 Thanks

 David



Your database management system only supports a row size of 8060 bytes for all fields combined. You tried to create one with 10781 bytes. Your database management system rejected that record.

I believe that makes your database management system "MSSQL Server 2000".

<Prev in Thread] Current Thread [Next in Thread>