We would like to use Transactional Replication to replicate data from one source database to recipient databases. If replication succeed it is necessary to notify some other systems in workflow. Is there any way to check, based on some attribute, if replication succeded? What for strategy would you choose to notify, for example cache, that some data are available?
Update: I think I wasn't clear enough. What we want to know is, if entity is already an all subscribers. For example: I insert a new Car and some Cars details into two tables in master DB. I want to know if a new Car and his details are replicated to all subscribers to able to say: "Car is online"