Hi,
I have over 10 milion records in a dataset and I want to import records to a SQL Server Table.
But I want to import each 100000 records in Database.
Can you help me how can I split the records and imports them in database?Thanks a lot,
@Saraabdi955
Maybe we use the Record limit function in Input Tool together with a batch macro.
No, this dataset is sumation of so many files and I want split iteratively each 10000 records for example, first records 1 to 10000 import to database, then records 100001 to 20000 import to the same table of database and to end ...