On Dec 29, 11:09 am, Paul Ibison <Paul.Ibi....RemoveThis@ReplicationAnswers.Com.
(donotspam)> wrote:
> Have a look here for more info:http://msdn.microsoft.com/en-us/library/ms152488(SQL.90).aspx. From BOL: "A
> subscription is a "no sync" subscription if a value of none is specified for
> the @sync_type parameter of sp_addmergesubscription or
> sp_addmergepullsubscription. This type of subscription is not recommended for
> merge replication.".
> HTH,
> Paul Ibison
Thanks. Actually I'd like to step back for a sec, that is, I'll now
do uni-directionary replication first. Then, topology-wise, it would
be a) snapshot; b) transaction. Business case, DR, so, I intend to
use server push to a subscriber like every 1 hour. Some pecularity
here, we have desktop application running against the main/publisher
server all the time and the app created voice data dynamically and
save them to the DB. Yesterday I experienced error during data saving
but it's sort of false positive, data were actaully saved. Without
the replication coming into play this sort of error never occur, so,
is it a bug from MS Replication technology side or on the incorrect
usage side? Secondly, i was thinking to remove table/article that
include the column of such voice data for the replication's
transactional process then create a new replication or some other
process just for this set of data. But this approach is kind of
messy.
For another, has SQL Server 2008's replication technology improved in
terms of ease of use and bugginess?
>> Stay informed about: Merge Replication with SQL Server 2005 (server to server)