Aria Table '#sql_XXXX' has too many columns and/or indexes and/or unique constraints.Issue When viewing a large database view you can encounter an error like this: Aria Table '#sql_XXXX' has too many columns and/or indexes and/or unique constraints. This basically means the number of columns you are pulling back for the database view is too large and the system throws this error.ReleaseAllCauseWhen creating the database view, by default it will include all columns from each table you join, unless you specify the columns you want in the View fields related list on the View table. Therefore if you join a large number of tables and do not specify the fields the number of columns can grow to 1000's causing this issue to occur.ResolutionIf you do encounter this issue, please review your database view and see if you can limit the columns for each join in the view fields related list, or remove some unneeded joins if possible. if still having issues please contact Technical support for assistance.