Checking Whether the Source Database Contains Disabled Clustered Indexes
If the source database contains disabled clustered indexes, the migration may fail.
Failure Cause
The source database contains disabled clustered indexes.
Handling Suggestion
Run the following command to enable the clustered indexes:
ALTER INDEX [Index name] ON [Table name] REBUILD
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.