Sorry my terrible english, I will try
to explain my problem, I made some data changes at the publisher and I had to throw away the PK and FK cascading multiple tables.
The problem I have is
that these changes were trying to apply to the subscribers and can not do because it does
not in order which I did step by step through the Publisher.
subscribers
now show me this error and does not synchronize anything, and takes 0.5 sec and gives the error infinitely
I need help, which infinitely grateful
Error messages:
The schema script ' if exists (select * from sysconstraints where constid = object_id(N'[FinancieroAbonos_PK]')) if object_id(N'[dbo].[FinancieroAbonos]') is not null exec('ALTER TABLE [dbo].[FinancieroAbonos] DROP CONSTRAINT [FinancieroAbonos_PK]
')' could not be propagated to the subscriber. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201001)
Get help: http://help/MSSQL_REPL-2147201001
The constraint 'FinancieroAbonos_PK' is being referenced by table 'FinancieroAbonosContabilizacion', foreign key constraint 'FinancieroAbonos_FinancieroAbonosContabilizacion_FK1'. (Source: MSSQLServer, Error number: 3725)
Get help: http://help/3725
Could not drop constraint. See previous errors. (Source: MSSQLServer, Error number: 3727)
View Complete Post