Thank you feinholz for your response.
For the problem I'm having, do you have any other solution except the below one: "loading all 30 million records into a varchar only NOPI stage table, then insert the same into the target table with the proper datatypes using MERGE. The downside with this approach is the additional casting we need to do for all columns before inserting the records into the target table"
Regards,
Suhail
Thank you feinholz for your response.
For the problem I'm having, do you have any other solution except the below one:
"loading all 30 million records into a varchar only NOPI stage table, then insert the same into the target table with the proper datatypes using MERGE. The downside with this approach is the additional casting we need to do for all columns before inserting the records into the target table"
Regards,
Suhail