Generating and Maintaining SQL Views

You can generate SQL Views by setting the Deploy SQL Views folder configuration property to True. Refer to the Agile Business Suite Developer User Guide for more information.

Maintenance of views occurs automatically during reorganization.

As part of the generation, SQL Views are created or dropped, as appropriate:

Note: Generation time and disk usage increases if you choose to generate SQL Views.

Files containing view maintenance commands are created in the system directory. The files are described in the following table:

Views of

View Name

VIEWS.sql

Used for creating views in SQL Server.

VIEWS.dsid.sql

Used for dropping views in SQL Server.

EVENTS.ext

Stores events and its dependencies.

The files VIEWS.sql, VIEWS.dsid.sql, and EVENTS.ext are removed if you choose not to generate SQL Views. Otherwise the files are retained.