![]() |
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 Bullhorn CRM inside of a SQL Server SSIS workflow to transfer Bullhorn CRM data into a Microsoft SQL Server database.
To get started, add a new Bullhorn 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 Bullhorn CRM connection properties in a connection manager.
Begin by providing your Bullhorn CRM account credentials in the following:
If you are uncertain about your data center code, codes like CLS2, CLS21, etc. are cluster IDs that are contained in a user's browser URL (address bar) once they are logged in.
Example: https://cls21.bullhornstaffing.com/BullhornSTAFFING/MainFrame.jsp?#no-ba... indicates that the logged in user is on CLS21.
Bullhorn CRM uses the OAuth 2.0 authentication standard. To authenticate using OAuth, create and configure a custom OAuth app. See the Help documentation for more information.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Bullhorn CRM data.
SELECT Id, CandidateName FROM Candidate WHERE CandidateName = 'Jane Doe'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Bullhorn CRM data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Bullhorn CRM data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Bullhorn CRM SSIS Component to get started:
Download NowLearn more:
๐ Bullhorn CRM IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Bullhorn CRM through SSIS Workflows.
Use the Bullhorn CRM Data Flow Components to synchronize with Bullhorn CRM Candidates, Resumes, Searches, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!