製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

Azure Synapse SSIS Components

パワフルなSSIS Source & Destination Components で、SQL Server とAzure Synapse をSSIS ワークフローで連携。

Azure Synapse Data Flow Components を使って、Azure Synapse データを簡単に同期。データ同期、ローカルバックアップ、ワークフロー自動化に最適!

データ連携でお困りですか?

お問い合わせ

SSIS を使ってAzure Synapse データをSQL Server にインポート


SSIS components for AzureSynapse を使用して簡単にSQL Server へAzure Synapse をバックアップします。


azuresynapse ロゴ画像
ssis ロゴ画像

SSIS

SSIS ロゴ画像

SQL Server に基幹業務データのバックアップを保管しておくことは、ビジネス上のセーフティネットとなります。また、ユーザーはSQL Server のバックアップデータからレポーティングや分析を簡単に行うことができます。

ここでは、SQL サーバー SSIS ワークフロー内でCData SSIS Tasks for AzureSynapse を使用して、Azure Synapse データをMicrosoft SQL Server データベースに転送する方法を説明します。

Components の追加

開始するには、新しいAzure Synapse ソースとSQL Server ADO.NET 転送先を新しいデータフロータスクに追加します。

The Data Flow task used in this example.(Salesforce is shown.)

新しいコネクションマネジャーを作成

以下のステップに従って、接続マネジャーでAzure Synapse 接続プロパティを保存します。

  1. Connection Manager ウィンドウで、右クリックで[New Connection] を選択します。Add SSIS Connection Manager ダイアログが表示されます。
  2. [Connection Manager type]メニューでAzureSynapse を選択します。CData Azure Synapse Connection Manager が表示されます。
  3. 接続プロパティを構成します。

    Connecting to Azure Synapse

    In addition to providing authentication (see below), set the following properties to connect to a Azure Synapse database:

    • Server: The server running Azure. You can find this by logging into the Azure portal and navigating to Azure Synapse Analytics -> Select your database -> Overview -> Server name.
    • Database: The name of the database, as seen in the Azure portal on the Azure Synapse Analytics page.

    Authenticating to Azure Synapse

    Connect to Azure Synapse using the following properties:

    • User: The username provided for authentication with Azure.
    • Password: The password associated with the authenticating user.

Azure Synapse Source の構成

以下のステップに従って、Azure Synapse の抽出に使用するクエリを指定します。

  1. Azure Synapse ソースをダブルクリックしてソースコンポーネントエディタを開きます。
  2. [Connection Manager]メニューで、以前作成した接続マネジャーを選択します。The Connection Manager to be used for the source component.(Salesforce is shown.)
  3. データの書き出しに使用するクエリを指定します。例: SELECT Id, ProductName FROM Products WHERE ProductName = 'Konbu' The SQL query to retrieve records.(Salesforce is shown.)
  4. Azure Synapse Source コントロールを閉じて、ADO.NET Destination に接続します。

SQL Server Destination を構成する

以下のステップに従って、Azure Synapse をロードするSQL サーバーテーブルを指定します。

  1. ADO.NET Destination を選択して、新しい接続を追加します。接続するサーバーおよびデータベースの情報を入力。
  2. Data access モードメニューで、[table or view]を選択します。
  3. [Table Or View]メニューで、設定するテーブルまたはビューを選択します。
  4. [Mappings]画面で必要なプロパティを設定します。 The mappings from the SSIS source component to SQL Server.(Salesforce is shown.)

プロジェクトの実行

プロジェクトを実行できるようになりました。SSIS Task の実行が完了すると、データベースにAzure Synapse データが入力されます。

The completed import.(Salesforce is shown.)