This is the first time I am working on SQL replication (without an expert). I plan to replicate multiple tables from multiple databases/servers to a single database as lookup resource (one way replication). I want to do that because this will simplify our application development. We only need one connect setting to access all tables. However, I do not know if this is doable. If answer is “Yes”, what is the best (or simple approach). Please provide details if it is possible.
Many thanks.