ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →無償トライアル:
無償トライアルへ製品の情報と無償トライアルへ:
SSIS ソース元 & 接続先コンポーネントは、SQL Server SSIS のワークフロー内で簡単にExcel スプレッドシートにリアルタイム接続できるパワフルなツールです。
データフロー内のExcel コンポーネントを使ってExcel を同期できます。データ同期、ローカルバックアップ、ワークフローの自動化などに最適!
古川えりか
コンテンツスペシャリスト
SSIS
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 Excel allows you to easily transfer Excel data. In this article you will export data from SQL Server to Excel.
To get started, add a new ADO.NET Source control and a new Excel 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.
Authentication セクションのExcelFile には有効なExcel ファイルを設定する必要があります。
URI をバケット内のExcel ファイルに設定します。さらに、次のプロパティを設定して認証します。
URI をExcel ファイルへのパスに設定します。Box へ認証するには、OAuth 認証標準を使います。 認証方法については、Box への接続 を参照してください。
URI をExcel ファイルへのパスに設定します。Dropbox へ認証するには、OAuth 認証標準を使います。 認証方法については、Dropbox への接続 を参照してください。ユーザーアカウントまたはサービスアカウントで認証できます。ユーザーアカウントフローでは、以下の接続文字列で示すように、ユーザー資格情報の接続プロパティを設定する必要はありません。
URI をExcel ファイルを含むドキュメントライブラリに設定します。認証するには、User、Password、およびStorageBaseURL を設定します。
URI をExcel ファイルを含むドキュメントライブラリに設定します。StorageBaseURL は任意です。指定しない場合、ドライバーはルートドライブで動作します。 認証するには、OAuth 認証標準を使用します。
URI をExcel ファイルへのパスが付いたサーバーのアドレスに設定します。認証するには、User およびPassword を設定します。
デスクトップアプリケーションからのGoogle への認証には、InitiateOAuth をGETANDREFRESH に設定して、接続してください。詳細はドキュメントの「Google Drive への接続」を参照してください。
In the destination component Connection Manager, define mappings from the SQL Server source table into the Excel 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.