Batch process in database replication

0
Hi All, I am trying to import more than 1 million data present in external database using database replication. I want to do this in two or three batches. Because in the database replication I am getting all the records. Please suggest on this.
asked
2 answers
1

Create 3 views in the source database that provide all the data in 3 parts

answered
1

Hi,

You can create multiple table mappings with different SQL constraints. You can find the SQL constraint option on the tab page 'Settings' in the Table mapping.

answered