In repserver 15.7.1, if I'm adding a new table to an existing subscription using commands like:
- create repdef
- create article (associating the article with a publication)
- create subscription for new articles (not really a "create subscription" operation, but that's the command syntax)
- sp_stop_rep_agent <primary db> -- needed?
- sp_setreptable <table>,true
- sp_start_rep_agent <primay db>
Is it ok to have data changing for other tables in the subscription while I add the new table?
I think the answer is yes, but I just want to check.
Thanks
Ben