We have a transactional replication. On some tables on the publisher database foreign key constraints changes to with nocheck without any reason. we have dropped the replication and problem was solved. We have changed it back to With Check but after inserting data with primary and foreign key it will change to with nocheck automatically.
↧