kodaksmile
MIS
I have a large db (over 300 gig) that I need to set up transactional replication on. I wanted to use a backup for initialization and followed the steps of creating the publication, marking it to allow initialization from backup, taking a backup, restoring the backup then I get a little stuck. I need to create a pull subscription - I tried running sp_addsubscription (which worked but, created a push subscription) and sp_addpullsubscription. The problem came in that since a push subscription was already created I could not successfully run sp_addpullsubscription and sp_addpullsubscription does not have the parameters to allow to initialize from a backup.
Any suggestions on what I am missing?
Thanks,
Any suggestions on what I am missing?
Thanks,