I recently had to restore a database in SQL2008R2 that was Replicated. Here are the steps taken:
* Backup database A (which is replicated).
* Restore to database B.
* Scripts run on database B.
* Backup database B.
* Restore to database A
Apparently (I'm not convinced), the result of this is that the Replication jobs in SQL management studio have vanished.
Would anyone know if this is likely.
PJ.