SQLScholar
Programmer
Hey all,
I am looking into replication of data between 2 SQL 2000 servers - but its a little unusual set up (well according to what i have read).
What i effectively have is a master SQL server which has all our records on. However there is a SQL server used for our website. This server will get a limited amounts of inserts (currently only inserts) which need to be replicated to the master server.
So what i thought was that this looks like one way transactional - but looking online it seems to sugguest that one way replication should only have the data changed on the publisher - not a subscriber.
Secondly is it possible to limit the websites SQL server to only allow to replicate inserts (so that it cant delete\update data)?
Can anyone help me with any sugguestions?
Hope this makes sense, and TIA
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
I am looking into replication of data between 2 SQL 2000 servers - but its a little unusual set up (well according to what i have read).
What i effectively have is a master SQL server which has all our records on. However there is a SQL server used for our website. This server will get a limited amounts of inserts (currently only inserts) which need to be replicated to the master server.
So what i thought was that this looks like one way transactional - but looking online it seems to sugguest that one way replication should only have the data changed on the publisher - not a subscriber.
Secondly is it possible to limit the websites SQL server to only allow to replicate inserts (so that it cant delete\update data)?
Can anyone help me with any sugguestions?
Hope this makes sense, and TIA
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------