Performance warning: View %1 in database %2 was invalidated due to DDL operations on one of its referenced objects

This warning is reported when a DDL operation invalidates an existing view. If a view is dependent on a schema object that has been modified, and the view subsequently fails to recompile, the status of that view remains INVALID. With each subsequent reference from within a query, the database server attempts to recompile the view. See Dependencies and schema-altering changes.

 See also