I am trying to design a DW Process and I heard about Indexed views. Actually I want to create a view and it should update automatically when base tables are changed.
Basically, all I need to do is:
- Want to create a regular view
- Then, Want to create a clustered index on that view
Can explain with an query example..