We are using SQL transaction replication to replicate data between PROD to BI server. During the application application db changes we will be running disable constraint, execute all change and then enable constraints. This enable and disable constraints is taking more than 15 min in production which transaction replication happening, QA/UAT same process happening in 1 min.
Is this the normal behavior.How to solve this
Script used
Total constraints :2600
alter table T_ATTN_QUEST NOCHECK constraintname (sample)