I was testing Transactional Replication on my machine before setting up on PROD but when I do a UPDATE
that update is not getting propagated to the subscriber and when I see the replication monitor I see a lots of error message saying can't drop table abc cause it's being used for replication
.
Any idea what could be going wrong? Please let me know.
I am using
SQL Server 2008 R2 Windows Server 2008(OS)
Replicating on the same machine (Publisher and Subscriber are on the same machine).
Also, I am testing with a simple UPDATE statement like UPDATE abc set col1='something' where col1='someotherthing'
Thanks.