what will happen if connection lost during transactional replication?
suppose db1 and db2 are replicating records but during replicating the connection between two databases lost.
what will happen?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nothing particularly bad. When connectivity is restored, the distribution agent will contact the distribution database and ask for commands. You need to be aware of the minimum retention period at the distributor though; if your loss of connectivity goes longer than that configured value, then you may have to reinitialize the subscriber as the commands necessary to continue replication might not be available at the distributor. But if that happens, the situation is pretty obvious from the error message.