I have found there are significant advantages to writing views in SQL Server Management Studio rather than creating them in the AOT. However, it appears that
Is there any way around this problem? Ideally SQL views could be reengineered to be saved in the AOT, but this doesn't appear to be possible.
We had a requirement for view that could not be designed in AOT.
Our workaround approach:
Statement.executeQuery
Application.dbSynchronize
)