![]() |
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 RSS inside of a SQL Server SSIS workflow to transfer RSS feeds into a Microsoft SQL Server database.
To get started, add a new RSS 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 RSS connection properties in a connection manager.
You can connect to RSS and Atom feeds, as well as feeds with custom extensions. To connect to a feed, set the URL property. You can also access secure feeds. A variety of authentication mechanisms are supported. See the help documentation for details.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract RSS feeds.
SELECT Pubdate, Author FROM RSSFeed๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the RSS feeds into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with RSS feeds.
๐ The completed import. (Salesforce is shown.)Download a free trial of the RSS SSIS Component to get started:
Download NowLearn more:
๐ RSS Feeds IconPowerful SSIS Components that allow you to easily connect SQL Server with live RSS feeds through SSIS Workflows.
Use the RSS Data Flow Components to import and synchronize SQL Server with feed data. Perfect for data synchronization, local back-ups, workflow automation, and more!