Is there a limitation in the amount of attributes to be used in an entity?

2
For a static questionnaire form I want to use one entity with several answer possibilities, so I need approximately 100 attributes in this entity. Some enumerations and string values. Is there a limitation in the Modeler or in the database I use (MS SQL 2005)?
asked
3 answers
3

We had a entity with 276 attributes (don't ask why). This worked for us, this was a postgresql db. So 100 attributes in your entity is not a limitation in the modeler. See this for more info on MS SQL

answered
2

At the moment we do have an entity with approximately 170+ attributes (questionnaire as well) and are using the same application database. We haven't experienced any problems.

answered
0

SQL Server has a limit on the total amount of characters you can use in column names in a particular table, so yeah you can make an entity with 100 attributes but don't make the attribute names too long.

answered