So we recently had to drop replication and recreate everything. When we tried recreating our publication we noticed there was a delete command being executed on MSMerge_History and it was taking several hours and blocking all other processes.
Someone ended up truncating this table since there were several million rows. Luckily this is a development server and not a production one and there are others running replication on this same server. I am worried we are going to have issues since
this table was truncated. Any ideas if we will run into issues truncating this table?
↧