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

Checking Whether the Source Database Contains Disabled Clustered Indexes

Microsoft SQL Server as the Source in Synchronization

Table 1 Checking whether the source database contains disabled clustered indexes

Check Item

Whether the source database contains disabled clustered indexes

Description

If the source database contains disabled clustered indexes, the migration fails.

Item to Be Confirmed and Handling Suggestion

Item to be confirmed: 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