Comments
Sort by recent activity
Further information from my developer....
A publication to a replicated database is at the server level this does not re-store with a backup. You have to script out the publication and run it against the new server. When you do this it initializes all client databases and all of our users must delete their database and get a new one.
There may be a way around for this but I do not know if there is.
It appears that I will not be able to use SQLBackup to do this. / comments
Further information from my developer....
A publication to a replicated database is at the server level this does not re-store with a backup. You have to script out the publication and run it agai...