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

sql server replication : I need help about two server configuration


Guillermo Villanueva
10/4/2006 12:59:45 PM
Hello I have one sql server 2000 and one MSDE , I need a database replicated
in two servers, but I can't modify table structures.
I need to make data modifications in SQL Server and in MSDE, what type of
replication can I use ?
Thank you .
Guillermo

guillermo
10/4/2006 2:53:55 PM
Thank you Paul, but I can not use Merge because that type of replication
make changes in my table structures.
And transactional replication from sql server to MSDE is ok but what can I
do for MSDE to Sql Server?
"Paul Ibison" <Paul.Ibison@Pygmalion.Com> escribió en el mensaje
news:%23ynvRF95GHA.3592@TK2MSFTNGP05.phx.gbl...
[quoted text, click to view]

Paul Ibison
10/4/2006 5:22:39 PM
Guillermo,
there are several choices, depending on your setup:
If you are expecting conflicts then the (out of the box) choice is between
queued updating and merge replication. Queued updating won't work if you are
replicating BLOBs but it is generally much faster than merge, especially as
you only have one subscriber.
If the data is completely partitioned, you could use bidirectional
transactional replication (not out of the box though).
If there is continual connectivity (unlikely as you are using MSDE as the
subscriber) then immediate updating subscribers could be relevant.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .

Paul Ibison
10/5/2006 12:00:00 AM
Guillermo,
if you go down the transactional route, you'll still have schema changes for
updating subscribers. You're quite right that bidirectional transactional
replication isn't an option as you have MSDE and hence can't publish from
it. So, for merge or transactional you'll have another column added. If you
want a solution that doesn't alter the schema at all, then for your
requirements you could consider Redgate DataCompare which just uses Primary
Keys as identifiers. BTW, what is the problem with the schema being altered
to add the extra column?
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .


guillermo
10/6/2006 3:21:26 PM
"what is the problem with the schema being altered to add the extra
column?"
I fear that it causes errors in my applications

"Paul Ibison" <Paul.Ibison@Pygmalion.Com> escribió en el mensaje
news:uFjTFnF6GHA.1256@TK2MSFTNGP04.phx.gbl...
[quoted text, click to view]

Paul Ibison
10/7/2006 9:01:08 PM
I would only think so if these applications use "select * from ...", which
is pretty unusual. In other cases you'll be OK.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .





AddThis Social Bookmark Button