Minimize database row sizes

Some databases have a maximum byte limit for the row length. Because each property that you create becomes a table column, you can exceed the row size limitation and receive an error when adding more property definitions to a class. See Determine database row size for additional information.

For databases that have a maximum row size limit, users and application designers must take care to limit the number and size of the properties assigned to a class. The following suggestions can help you to avoid exceeding the row size limit.