Here is a description in MSDN of the indexed view:"As modifications are made to the data in the base tables, the data modifications are reflected in the data stored in the indexed view".
But i'm confused now, will updating any field in base table cause the auto maintain of the indexed view, even this field isn't included in the definition of the the indexed view?
Thanks!