![]() |
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 Certinia inside of a SQL Server SSIS workflow to transfer Certinia data into a Microsoft SQL Server database.
To get started, add a new Certinia 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 Certinia connection properties in a connection manager.
There are several authentication methods available for connecting to Certinia: login credentials, SSO, and OAuth.
Set the User and Password to your login credentials. Additionally, set the SecurityToken. By default, the SecurityToken is required, but you can make it optional by allowing a range of trusted IP addresses.
To disable the security token:
To obtain the security token:
If you do not have access to the user name and password or do not want to require them, use the OAuth user consent flow. See the OAuth section in the Help for an authentication guide.
Set UseSandbox to true (false by default) to use a Certinia sandbox account. Ensure that you specify a sandbox user name in User.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Certinia data.
SELECT BillingState, Name FROM Account WHERE Industry = 'Floppy Disks'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Certinia data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Certinia data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Certinia SSIS Component to get started:
Download NowLearn more:
๐ Certinia IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Certinia through SSIS Workflows.
Use the Certinia Data Flow Components to synchronize with Certinia Invoices, Expenses, Accounts, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!