Fellow SQLers
I am needing to rebuild a SQL 2008 R2 replication model onto SQL 2016 - same exact pubs and subs.
My approach was scripting out the publication and scripting out the subscription.
Then changing the server info in each of the scripts.
But, I do not see the agent jobs being inside these system generated scripts.
I am interpreting that I would need to script out each of the replication SQL Agent jobs manually and make the server name changes inside.
Am I missing something on generating scripts for SQL Agent or should they be included when I created the publisher script?
Thanks,
MG