Hello Professional,
I have written a code with insert/update logic, here I have two destination tables where tableX will have latest records and history_tableX will have old records of that particular record.
For this I have use two execute sql tasks where i used joins. And now my colleague is telling me to use commit size as 7000 rows per batch.
I know if it is a dft we will have options to set it. As it is execute sql task I dont know how to do it.
Thanks in advance.