A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @Adam Newcombe ,
We can use two methods to import jason files into SQL Server if you want to use ssis package.
1.Using Script Component as source in Data Flow Task.
Please refer to Importing JSON Files Using SQL Server Integration Services.
2.Using OLEDB Source and set Data access mode as SQL command.
Please refer to Import JSON data into SQL Server.
Best Regards,
Mona
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.