![]() |
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 Cassandra inside of a SQL Server SSIS workflow to transfer Cassandra data into a Microsoft SQL Server database.
To get started, add a new Cassandra 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 Cassandra connection properties in a connection manager.
Set the Server, Port, and Database connection properties to connect to Cassandra. Additionally, to use internal authentication set the User and Password connection properties.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Cassandra data.
SELECT City, SUM(TotalDue) FROM Customer GROUP BY City๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Cassandra data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Cassandra data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Cassandra SSIS Component to get started:
Download NowLearn more:
๐ Apache Cassandra IconPowerful SSIS Source & Destination Components that allow you to easily connect SQL Server with Apache Cassandra through SSIS Workflows.
Use the Apache Cassandra Data Flow Components to synchronize with Apache Cassandra NoSQL Cloud Database. Perfect for data synchronization, local back-ups, workflow automation, and more!