Simon's SQL

SQL,DBA,tuning,Trouble Shooting,Performance

Posts Tagged ‘Indexed View’

Indexed View can’t create online in the beginning.

Posted by Simon Cho on 03/08/2018

https://docs.microsoft.com/en-us/sql/relational-databases/indexes/guidelines-for-online-index-operations

Initial unique clustered index on a view is exclusive from Online Index operation.

However, unique clustered index is very required for indexed view.

Posted in Common | Tagged: , | Leave a Comment »