--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"Dave B" <Da...@discussions.microsoft.com> wrote in message
news:8B023940-1208-4B12...@microsoft.com...
Thanks for the quick response. By extended I mean more then a month and
unfortunately I will need to get the data to and from the subscriber on a
weekly basis. I know I can resync the snapshot from the publisher to the
subscriber and send it by CD, but I need to get the data from the subscriber
back t the publisher. I was thinking maybe I back up the subscription db
before applying the new snapshot then restoring the back on the publish
server and attempting to push the data to the publisher. Do you have any
suggestion?
--
Dave B
So I don't think you need to restore the subscriber db on the publisher and
attempt to do a local reconciliation there.
--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"Dave B" <Da...@discussions.microsoft.com> wrote in message
news:944A51DE-4734-46AC...@microsoft.com...
Maybe I am not explaining myself properly. I have to resync the data between
publisher and subscriber on a weekly basis, regardless if I have a satellite
connection or not, this is a deal breaker. I need to develop a protocol to
sync the data between subscriber and publisher in the event I lose the normal
transportation link. So I was planning on using CD's to transport a new
snapshot to the subscriber and then restoring a backup of the subscriber db,
created just prior to the resync with the CD'd snapshot from the publisher,
to a location on the publishing server so data from the subscriber could be
replicated to the publisher. I guess what I am asking is, can a merge
replication be resynced if the default transportation link (satellite, LAN,
etc.) is down and the data must be replicated on schedule, waiting is not an
option?
But out of the box there is no way. The publisher and subscriber must
contact each other to do ths sync.
--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"Dave B" <Da...@discussions.microsoft.com> wrote in message
news:BCC28364-BBEF-4A7F...@microsoft.com...