-- View: internal_all_view_app_view -- this view becomes an indexed view and is used to increase -- the performance of internal_mark_view_app_for_redeploy -- -- contains gobject_ids of all view apps CREATE view dbo.internal_all_view_app_view with schemabinding as select TOP 100 GO