Hi everyone,
Say suppose I have created an indexed view.(view with schema binding and then created an unique clustered index on it)
Now, the view occupies disk space right?
So, when the original base table(on which the indexed view is created) is updated, will the data in the indexed view also gets updated?
Thanks, Srikar