Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use SSIS using DBAmp?

How can I use SSIS with DBamp to pull salesforce data? What I wanted is to filter salesforce data get it using SSIS and DBAmp.

like image 925
SHIJIL P Avatar asked Mar 25 '13 12:03

SHIJIL P


People also ask

What is SSIS and how do you use it?

SSIS is used to combine the data from multiple data sources to generate a single structure in a unified view. Basically, it is responsible for collecting the data, extracting the data from multiple data sources, and merging into a single data source.


1 Answers

The DBAmp Home Page makes it clear that this should be achievable:

SSIS and SSRS Support DBAmp works seamlessly with both SSIS and SSRS.  Use DBAmp and SSIS to construct complex integrations. Build complex reports using any combination of local data, mirrored or real-time salesforce data with DBAmp and SSRS.

So, digging further into their page, Chapter 5 of the PDF documentation has a full section on

Using SSIS with DBAmp

which includes

Directly connecting to DBAmp to pull data from salesforce.com

I won't cut and paste the whole chapter here, but it explains how to set up your connection using a DBAmp OLE DB Provider and then use an OLE Data Source at the start of your SSIS data flow.

like image 99
Sepster Avatar answered Sep 21 '22 13:09

Sepster