![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for Sugar CRM inside of a SQL Server SSIS workflow to transfer Sugar CRM data into a Microsoft SQL Server database.
To get started, add a new Sugar CRM source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save Sugar CRM connection properties in a connection manager.
The User and Password properties, under the Authentication section, must be set to valid SugarCRM user credentials. This will use the default OAuth token created to allow client logins. OAuthClientId and OAuthClientSecret are required if you do not wish to use the default OAuth token.
You can generate a new OAuth consumer key and consumer secret in Admin -> OAuth Keys. Set the OAuthClientId to the OAuth consumer key. Set the OAuthClientSecret to the consumer secret.
Additionally, specify the URL to the SugarCRM account.
Note that retrieving SugarCRM metadata can be expensive. It is advised that you store the metadata locally as described in the "Caching Metadata" chapter of the help documentation.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Sugar CRM data.
SELECT Name, AnnualRevenue FROM Accounts๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Sugar CRM data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Sugar CRM data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Sugar SSIS Component to get started:
Download NowLearn more:
๐ Sugar IconPowerful SSIS Source & Destination Components that allow you to easily connect SQL Server with live Sugar account data through SSIS Workflows.
Use the Data Flow Components to synchronize with Sugar Leads, Contacts, Opportunities, Accounts, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!