all groups > sql server replication > march 2006 >
You're in the

sql server replication

group:

Data replication/mirroring question....


Data replication/mirroring question.... Jim Hubbard
3/31/2006 3:37:14 PM
sql server replication: I have a client that desires a new application for use at several stores in
different cities. He wants "real time" access to all store data and the
ability to continue to run locally even if the internet connection goes
down.

It occurs to me that a local SQL Server 2005 instance should definitely be
in each store to continue work if the net is down for any reason. But, what
is the best way to synchronize/share data among all of the stores?

Any help that you give will be greatly appreciated.

Thanks!

Re: Data replication/mirroring question.... Simon Sabin
4/10/2006 9:51:41 AM
Transactional Peer to Peer replication is probably the answer, however it is
not just as simple as installing it you need to consider how the stores own
the data, i.e. who is allowed to modify what data. In Peer to Peer
replication each store should only modify its data. For this reason your
database design needs to be able to support this.

You will also have common data shared across the sites, you will to decide
how this is maintained.

--
Simon Sabin
SQL Server MVP
http://sqljunkies.com/weblog/simons

[quoted text, click to view]


Re: Data replication/mirroring question.... Jim Hubbard
4/10/2006 10:27:46 PM
Translation: This is going to be a tremendous pain in the ass.

Got it!

[quoted text, click to view]

Re: Data replication/mirroring question.... Simon Sabin
4/11/2006 10:15:06 PM
I would say pain in the arse. Its just not simple.

The scenario you want is complex you can't expect it to be really easy.
Imagine trying to do this with Oracle :)

--
Simon Sabin
SQL Server MVP
http://sqljunkies.com/weblog/simons

[quoted text, click to view]

Re: Data replication/mirroring question.... Jim Hubbard
4/12/2006 3:17:31 PM
I'd refuse the project before I'd go with Oracle.


[quoted text, click to view]

AddThis Social Bookmark Button