![]() |
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 PolarTeamPro inside of a SQL Server SSIS workflow to transfer PolarTeamPro data into a Microsoft SQL Server database.
To get started, add a new PolarTeamPro 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 PolarTeamPro connection properties in a connection manager.
Start by setting the Profile connection property to the location of the PolarTeamPro Profile on disk (e.g. C:\profiles\PolarTeamPro.apip). Next, set the ProfileSettings connection property to the connection string for PolarTeamPro (see below).
Create an OAuth app at admin.polaraccesslink.com by clicking Create New Application. The system will issue your Client ID and Client Secret upon registration.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract PolarTeamPro data.
SELECT PlayerId, Created FROM PlayerTraningSessions WHERE Sport = 'Running'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the PolarTeamPro data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with PolarTeamPro data.
๐ The completed import. (Salesforce is shown.)Connect to live data from PolarTeamPro with the API Driver
Connect to PolarTeamPro