Hi,
Just wondering if there is any way to temporary freeze an indexed view from the updates happening on the underlying tables. What I want to achieve is to be able to update/insert into the tables without causing page splits on the indexed view indexes and have the view available for queries, then when the data load is finished re-create the indexes on the view.
Thanks.