Help Center/ Data Replication Service/ Troubleshooting/ Solutions to Failed Check Items/ Database Parameters/ Checking Whether the Source Database Contains Disabled Clustered Indexes
Updated on 2024-11-30 GMT+08:00

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