I already have a push transaction replication (SQL 2008) from A to B. Now I need to add an additional subscription C. I know the following steps should work,
Remove the publication from A.
Backup the database
Copy the backup file to B and C
Create the publication on A
Run script on B and C to add the subscriptions
However, the database is huge. Is the a way to pause the replication and copy the database files from B to C and create the subscription on C and then resume the replication? Because the database is huge.