Easily push SQL Server data to SurveyMonkey using the CData SSIS Tasks for SurveyMonkey.
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 SurveyMonkey allows you to easily transfer SurveyMonkey data. In this article you will export data from SQL Server to SurveyMonkey.
Add Source and Destination Components
To get started, add a new ADO.NET Source control and a new SurveyMonkey Destination control to the data flow task.

Configure the ADO.NET Source
Follow the steps below to specify properties required to connect to the SQL Server instance.
- Open the ADO.NET Source and add a new connection. Enter your server and database information here.
- In the Data access mode menu, select "Table or view" and select the table or view to export into SurveyMonkey.
- Close the ADO NET Source wizard and connect it to the destination component.
Create a New Connection Manager for SurveyMonkey
Follow the steps below to set required connection properties in the Connection Manager.
- Create a new connection manager: In the Connection Manager window, right-click and then click New Connection. The Add SSIS Connection Manager dialog is displayed.
- Select CData SurveyMonkey Connection Manager in the menu.
- Configure the connection properties. A typical connection requires:
- OAuthClientId
- OAuthClientSecret
- CallbackURL
SurveyMonkey はOAuth 2 認証標準を利用しています。SurveyMonkey がアンケートの回答を読むためにこれを必要とすることを考えると、アンケートを読むアカウントには有料プランのサブスクリプションが必要です。
SurveyMonkey への接続に使用できる認証方法は2つあります。
- プライベートoauth アプリケーションを登録するときに、個人用アクセストークンを使用します。
- パブリックoauth アプリケーションを登録するときに、OAuth を使用します。
個人用アクセストークンの使用
個人用トークンを使用して、自分のデータをテストし、アクセスします。個人用トークンを取得するには、Creating a Custom OAuth App の手順に従って、次の接続プロパティを設定します。
- OAuthAccessToken:アプリケーション設定で生成されたAccessToken に設定。
- InitiateOAuth:OFF に設定。
OAuth の使用
本製品はすでにSurveyMonkey にOAuth アプリケーションとして登録されています。そのため、デフォルトでは、自動的にEmbedded Credentials を使用して接続します。
独自のカスタムOAuth アプリを使用したい場合は、Custom Credentials を参照してください。
Configure the SurveyMonkey Destination
In the destination component Connection Manager, define mappings from the SQL Server source table into the SurveyMonkey destination table.
- Double-click the SurveyMonkey destination to open the destination component editor.
- In the Connection Managers tab, select the connection manager previously created.


Run the Project
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.
