Is there a way with transactional immediate replication (SS 2012) to sync up two tables manually and then tell SQL Server to accept these with a "nosync" option or something similar?
I've got a large table (400+ million rows) that I want to never reinitialize because it is so large. I can figure out which rows are out of sync if replication gets "hung" or loses its mind and then manually sync up the tables.
So, for example, let's say I get one of these warning messages that this table needs to be reinitialized. Can I sync them up manually and then tell SQL Server to take them as is? (So I'd really just like to use replication as a day-to-day feed.)
Hope that makes sense. Is there a way to tell Sql Server that the pub and sub are in sync?