Groups | Blog | Home
all groups > sql server replication > january 2006 >

sql server replication : Replication


Paul Ibison
1/19/2006 11:08:21 AM
Roger,
these links should help you set up bi-directional transactional replication:
http://support.microsoft.com/default.aspx?scid=kb;en-us;820675
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/replprog/rp_replsamp_3ve6.asp
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

Roger Nygård
1/19/2006 11:46:12 AM
Mssql 2005 - Mssql2000

I try to create a "Transactional publication with updatable subscriptions:"
But I can see that all tables cet an added colunm "msrepl_tran_version"

Is it possible to replicate 2-way that wil not add this column
(msrepl_tran_version)?

What will happen if I set up "Transactional publication" in both Database.
ie. both is a Publisher and Subscriber at a same time?

The data that will be updated and inserted will newer confilct in our
environment. (The Software we use manage this.)

Roger Nygård
Ask IT


Hilary Cotter
1/19/2006 2:00:21 PM
It works well. You don't need this msrepl_tran_version column. Please see
this script for an example of it.
http://www.indexserverfaq.com/bidireproscript.sql or
http://www.indexserverfaq.com/Mike1.sql

--
Hilary Cotter
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

[quoted text, click to view]

AddThis Social Bookmark Button