![]() |
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 WordPress inside of a SQL Server SSIS workflow to transfer WordPress data into a Microsoft SQL Server database.
To get started, add a new WordPress 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 WordPress connection properties in a connection manager.
To connect to WordPress, set the URL property and other authentication properties. WordPress supports Basic (User and Password) and OAuth2.0 authentication, though Basic is recommended for a testing environment only. To connect with OAuth register an app with WordPress.
See the Getting Started guide in the CData driver documentation for more information.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract WordPress data.
SELECT Id, Name FROM Categories๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the WordPress data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with WordPress data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Wordpress SSIS Component to get started:
Download NowLearn more:
๐ Wordpress IconPowerful SSIS Source & Destination Components that allow you to easily connect SQL with live Wordpress data through SSIS Workflows.
Use the Wordpress Data Flow Components to synchronize with Wordpress Pages, Posts, Tags, Users, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!