ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →30日間の無償トライアル
無償トライアルはこちら製品の詳細
SSIS ソース元 & 接続先コンポーネントは、SQL Server SSIS のワークフロー内で簡単にAzure Table Storage データにリアルタイム接続できるパワフルなツールです。
データフロー内のAzure Table コンポーネントを使って、Azure Table のクラウドストレージデータを同期できます。 データ同期、ローカルバックアップ、ワークフローの自動化などに最適!
古川えりか
コンテンツスペシャリスト
こんにちは!ドライバー周りのヘルプドキュメントを担当している古川です。
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 AzureTables allows you to easily transfer Azure Table データ. In this article you will export data from SQL Server to Azure Table.
To get started, add a new ADO.NET Source control and a new Azure Table 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.
Account プロパティをストレージアカウント名に設定し、ストレージアカウントのAccessKey を設定して接続します。これらの値を取得する方法は次のとおりです。
In the destination component Connection Manager, define mappings from the SQL Server source table into the Azure Table 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.