Newbie to Replication.
Configured transactional replication on a database and everything run's fine, but out of all the tables one of the table with couple of columns as VARCHAR(MAX) and with about 3 million records takes 80% of replication duration.
on bit of research and recommendations, I did configured the server with following
EXEC sp_configure 'max text repl size', -1 ;
but still the table take around 80% of the replication time.
Can someone point me to other areas / best practices / articles to improve Replication performance?
Sreedhar