![]() |
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 Office 365 inside of a SQL Server SSIS workflow to transfer Office 365 data into a Microsoft SQL Server database.
To get started, add a new Office 365 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 Office 365 connection properties in a connection manager.
Office 365 uses the OAuth authentication standard. To authenticate requests, obtain the OAuthClientId, OAuthClientSecret, and OAuthCallbackURL by registering an app with Office 365. See the "Getting Started" chapter of the help documentation for a guide to using OAuth.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Office 365 data.
SELECT Name, Size FROM Files ORDER BY Size๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Office 365 data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Office 365 data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Office 365 SSIS Component to get started:
Download NowLearn more:
๐ Office 365 Apps IconPowerful SSIS Source & Destination Components that allow you to easily connect SQL Server with live Office 365 account data through SSIS Workflows.
Use the Office 365 Data Flow Components to synchronize with Outlook Mail, Contact, Calendar, Files, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!