![]() |
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 SAP Business Warehouse inside of a SQL Server SSIS workflow to transfer SAP Business Warehouse data into a Microsoft SQL Server database.
To get started, add a new SAP Business Warehouse 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 SAP Business Warehouse connection properties in a connection manager.
To connect to SAP Business Warehouse, set the URL property to a valid SAP Business Warehouse server base URL. The driver must connect to SAP Business Warehouse instances hosted over HTTP with XMLA access.
The driver supports the following authentication schemes via the AuthScheme property:
By default, the driver attempts to negotiate SSL/TLS by checking the server's certificate against the system's trusted certificate store. To specify another certificate, see the SSLServerCert property for the available formats.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract SAP Business Warehouse data.
SELECT CustomerCount, City FROM Sales WHERE Country = 'US'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the SAP Business Warehouse data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with SAP Business Warehouse data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the SAP Business Warehouse SSIS Component to get started:
Download NowLearn more:
๐ SAP Business Warehouse IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with SAP Business Warehouse through SSIS Workflows.
Use the SAP Business Warehouse Data Flow Components to synchronize with SAP Business Warehouse Tables, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!