ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →30日間の無償トライアル
無償トライアルはこちら製品の詳細
パワフルなSSIS Source & Destination Components で、SQL Server とAzure Data Catalog をSSIS ワークフローで連携。
Azure Data Catalog Data Flow Components を使って、Azure Data Catalog データを簡単に同期。データ同期、ローカルバックアップ、ワークフロー自動化に最適!
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 AzureDataCatalog allows you to easily transfer Azure Data Catalog データ. In this article you will export data from SQL Server to Azure Data Catalog.
To get started, add a new ADO.NET Source control and a new Azure Data Catalog 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.
Azure Data Catalog の認証にはOAuth を使用します。CData 製品では組込みOAuth が利用できるので、接続プロパティを設定することなく接続を試行するだけで、ブラウザ経由でAAS に認証できます。詳しい設定方法については、ヘルプドキュメントの「Azure Data Catalog への認証」セクションを参照してください。
設定は任意ですが、CatalogName プロパティを設定することでAzure Data Catalog から返されるカタログデータを明示的に指定できます。
CatalogName:Azure Data Catalog に紐づいているカタログ名に設定。空のままにすると、デフォルトのカタログが使用されます。カタログ名は、「Azure Portal」->「データカタログ」->「カタログ名」から取得できます。
In the destination component Connection Manager, define mappings from the SQL Server source table into the Azure Data Catalog 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.