Ready to get started?

Download a free trial of the Act CRM SSIS Component to get started:

 Download Now

Learn more:

Act CRM Icon Act CRM SSIS Components

Powerful SSIS Components that allows you to easily connect SQL Server with live Act CRM through SSIS Workflows.

Use the Act CRM Data Flow Components to synchronize with Act CRM Companies, Contact, Groups, Opportunities, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!

Export Data from SQL Server to Act CRM through SSIS



Easily push SQL Server data to Act CRM using the CData SSIS Tasks for Act CRM.

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 Act CRM allows you to easily transfer Act CRM data. In this article you will export data from SQL Server to Act CRM.

Add Source and Destination Components

To get started, add a new ADO.NET Source control and a new Act CRM 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.

  1. Open the ADO.NET Source and add a new connection. Enter your server and database information here.
  2. In the Data access mode menu, select "Table or view" and select the table or view to export into Act CRM.
  3. Close the ADO NET Source wizard and connect it to the destination component.

Create a New Connection Manager for Act CRM

Follow the steps below to set required connection properties in the Connection Manager.

  1. 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.
  2. Select CData ActCRM Connection Manager in the menu.
  3. Configure the connection properties.

    The User and Password properties, under the Authentication section, must be set to valid Act! user credentials. In addition to the authentication values, see the following:

    • Connecting to Act! Premium

      In addition to the authentication values, the URL to Act! is also required; for example https://eup1-iis-04.eu.hosted.act.com/.

      Additionally, you must specify the ActDatabase you will connect to. This is found by going to the About Act! Premium menu of your account, at the top right of the page, in the ? menu. Use the Database Name in the window that appears.

    • Connecting to Act! Premium Cloud

      To connect to your Act! Premium Cloud account, you also need to specify the ActCloudName property. This property is found in the URL address of the Cloud account; for example https://eup1-iis-04.eu.hosted.act.com/ActCloudName/.

    Note that retrieving ActCRM metadata can be expensive. It is advised that you set the CacheMetadata property to store the metadata locally.

Configure the Act CRM Destination

In the destination component Connection Manager, define mappings from the SQL Server source table into the Act CRM destination table and the action you want to perform on the Act CRM data. In this article, you will insert Activities entities to Act CRM.

  1. Double-click the Act CRM destination to open the destination component editor.
  2. In the Connection Managers tab, select the connection manager previously created.
  3. In the Use a Table, menu, select Activities. In the Action menu, select Insert.
  4. On the Column Mappings tab, configure the mappings from the input columns to the destination columns.

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.