Hi all...
when I active a filter on a TABLE over one that run without problems...
- WHERE ISNULL([Stato],'ATTIVO') = 'ATTIVO' (ok no errors)
but - WHERE ISNULL([Stato],'ATTIVO') = 'ATTIVO' AND pubblished = 1 (see below)
After few hours always have some rows missed in replication articles and have probelms in my process.
pubblished is boolean field! this can be a problem?
------------------------------------------------------------------
Command attempted:
if @@trancount > 0 rollback tran
(Transaction sequence number: 0x00E7461B000001E5000100000000, Command ID: 9)
Error messages:
The row was not found at the Subscriber when applying the replicated command. (Source: MSSQLServer, Error number: 20598)
Get help: http://help/20598
The row was not found at the Subscriber when applying the replicated command. (Source: MSSQLServer, Error number: 20598)
Get help: http://help/20598