I am planning on creating a database replication(transactions) for our SAP Server using SQL Server 2008. The goal is to separate the database accessed by crystal reports and also for our 3rd Party software that will use the replicated(subscriber) database. I have made a research about replication, i choose replication than mirroring because i do not want to copy the entire database, only tables that contains transactions of day to day. As how I understood it, whatever will happen to publisher(updates) will affect the subscriber, but whatever will happen to subscriber will/should not affect the publisher.
I want to know:
- I would like to know the best practice in doing this, specially in SAP B1 database structure.
- Should i make the subscriber local or to other computer, if local will it not affect the live database?