![]() |
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 Cvent inside of a SQL Server SSIS workflow to transfer Cvent data into a Microsoft SQL Server database.
To get started, add a new Cvent 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 Cvent connection properties in a connection manager.
Before you can authenticate to Cvent, you must create a workspace and an OAuth application.
To create a workspace:
| event/attendees:read | event/attendees:write | event/contacts:read |
| event/contacts:write | event/custom-fields:read | event/custom-fields:write |
| event/events:read | event/events:write | event/sessions:delete |
| event/sessions:read | event/sessions:write | event/speakers:delete |
| event/speakers:read | event/speakers:write | budget/budget-items:read |
| budget/budget-items:write | exhibitor/exhibitors:read | exhibitor/exhibitors:write |
| survey/surveys:read | survey/surveys:write |
After you have set up a Workspace and invited them, developers can sign up and create a custom OAuth app. See the Creating a Custom OAuth Application section in the Help documentation for more information.
After creating an OAuth application, set the following connection properties to connect to Cvent:
Follow the steps below to specify the query to be used to extract Cvent data.
SELECT Id, Title FROM Events WHERE Virtual = 'true'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Cvent data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Cvent data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Cvent SSIS Component to get started:
Download NowLearn more:
๐ Cvent IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Cvent through SSIS Workflows.
Use the Cvent Data Flow Components to synchronize with Cvent 0, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!