Indexed View must contain a clustered index.
SQL Server 2008 R2
Because an indexed view is stored on disk, it must contain a clustered index (rather than a nonclustered one). Modify the index to make it a clustered index.
