計算列FILLFACTOR
を含むクラスター化インデックスに設定できないのはなぜですか?PERSISTED NOT NULL
設定するクエリFILLFACTOR
:
ALTER INDEX [PK_MyIndex] ON [MyTable] REBUILD PARTITION=ALL WITH (FILLFACTOR = 90)
エラー:
ALTER INDEX failed because the following SET options have incorrect settings: 'ANSI_PADDING'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations.
これを機能させることは可能ですか?