| Current scnerio we have a database DB1 and it is replicating (using transactional replication) most of the object in database DB2 (but not all objects). Database DB2 also have few it own objects which does not exist in database DB1. problem now the problem is whenever we deploy our changes we have to make changes in both the databases separately (DB1 & DB2). requirement requirement is that, we want to make database DB2 a strict copy or subset of database DB1 means all the objects which are available in database DB2 should also be there in DB1. the objects of database DB2 should get replicated from database DB1 only. there should not be any independent object in Database DB2, so that there will only be one point of deployment changes which will be database DB1. kindly help to suggest what should be the best approach to achieve requirement which is mentioned above. |
↧
restructuring DBs
↧