ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →30日間の無償トライアル
無償トライアルはこちら製品の詳細
パワフルなSSIS Source & Destination Components で、SQL Server とAzure Data Lake Storage をSSIS ワークフローで連携。
Azure Data Lake Storage Data Flow Components を使って、Azure Data Lake Storage データを簡単に同期。データ同期、ローカルバックアップ、ワークフロー自動化に最適!
CData
こんにちは!ドライバー周りのヘルプドキュメントを担当している古川です。
SQL Server databases are commonly used to store enterprise records. It is often necessary to move this data to other locations. The CData SSIS Task for ADLS allows you to easily transfer Azure Data Lake Storage データ. In this article you will export data from SQL Server to Azure Data Lake Storage.
To get started, add a new ADO.NET Source control and a new Azure Data Lake Storage Destination control to the data flow task.
Follow the steps below to specify properties required to connect to the SQL Server instance.
Follow the steps below to set required connection properties in the Connection Manager.
Gen 1 DataLakeStorage アカウントに接続するには、はじめに以下のプロパティを設定します。
Gen 1 は、認証方法としてAzure Active Directory OAuth(AzureAD)およびマネージドサービスID(AzureMSI)をサポートしています。認証方法は、ヘルプドキュメントの「Azure DataLakeStorage Gen 1 への認証」セクションを参照してください。
Gen 2 DataLakeStorage アカウントに接続するには、はじめに以下のプロパティを設定します。
Gen 2は、認証方法としてアクセスキー、共有アクセス署名(SAS)、Azure Active Directory OAuth(AzureAD)、マネージドサービスID(AzureMSI)など多様な方法をサポートしています。AzureAD、AzureMSI での認証方法は、ヘルプドキュメントの「Azure DataLakeStorage Gen 2 への認証」セクションを参照してください。
アクセスキーを使用して接続するには、AccessKey プロパティを取得したアクセスキーの値に、AuthScheme を「AccessKey」に設定します。
Azure ポータルからADLS Gen2 ストレージアカウントのアクセスキーを取得できます。
共有アクセス署名を使用して接続するには、SharedAccessSignature プロパティを接続先リソースの有効な署名に設定して、AuthScheme を「SAS」に設定します。 共有アクセス署名は、Azure Storage Explorer などのツールで生成できます。
In the destination component Connection Manager, define mappings from the SQL Server source table into the Azure Data Lake Storage destination table.
You can now run the project. After the SSIS Task has finished executing, data from your SQL table will be exported to the chosen table.