On-demand refresh mode for indexed view (=Materialized views) on SQL Server?
Posted
by MOLAP
on Stack Overflow
See other posts from Stack Overflow
or by MOLAP
Published on 2010-05-12T10:15:50Z
Indexed on
2010/05/12
11:24 UTC
Read the original article
Hit count: 256
I know Oracle offers several refreshmode options for their materialized views (on demand, on commit, periodically). Does Microsoft SQLServer offer the same functions for their indexed views?
If not, how can I else use indexed views on SQLServer if my purpose is to export data on a daily+ on-demand basis, and want to avoid performance overhead problems? Does a workaround exist?
© Stack Overflow or respective owner