How to export data from SQL Server SSIS to Parquet file format and compress it using Snappy

Mohammed Aslam Yousuf Hussain 0 Reputation points
2025-01-07T18:57:29.4766667+00:00

the challenge is to export data from SQL Server SSIS to Parquet file format and compress it using Snappy. The expected list of tables to exported to Parquet file are 650.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,626 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 39,496 Reputation points
    2025-01-08T02:33:17.6133333+00:00

    Hi @Mohammed Aslam Yousuf Hussain,

    If you are using Azure Data Factory, you can refer to the following link to Copy data from a SQL Server database to Azure Blob storage.

    If you are using SSIS, there is no parquet destination component to be able to write data into parquet files directly.

    You may consider using SSIS to load the tables to txt file or csv file first and then convert a csv or a txt file to parquet format.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.