Tagged Questions
3
votes
1answer
244 views
How to break out of error loop in transactional replication?
I was running some simple tests on a publisher and subscriber on the same instance:
I inserted 50,000 rows into a published article and the data was
correctly pushed to the subscriber.
I ...