If I have two tables that I want to synchronize via replication publish
subscriber model and they don't contain primary keys i.e. an ID field, but
there are three columns that make a unique key. The tables are HUGE so I
want to minimize down time.
Can replication still be done, either snapshot, transactional, or merge?
Again I don't want to create any more columns in the tables because of the
record volume.
Thanks
subscriber model and they don't contain primary keys i.e. an ID field, but
there are three columns that make a unique key. The tables are HUGE so I
want to minimize down time.
Can replication still be done, either snapshot, transactional, or merge?
Again I don't want to create any more columns in the tables because of the
record volume.
Thanks
Comment