Error 511

Severity Level 16

Message Text

Updated or inserted row is bigger than maximum size (%d bytes) allowed for this table.

Explanation

This error occurs when you attempt to insert a row that is larger than the maximum defined for that table, or when the definition for a temporary table referenced by a stored procedure is not as expected. This error occurs in the following situations:

Action

If the definition for a temporary table referenced by a stored procedure is not as expected, drop and re-create the affected stored procedure. If the stored procedure involved is a system stored procedure, re-execute the installation scripts that will drop and re-create the affected system stored procedure.