![]() |
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 Google Cloud Storage inside of a SQL Server SSIS workflow to transfer Google Cloud Storage data into a Microsoft SQL Server database.
To get started, add a new Google Cloud Storage 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 Google Cloud Storage connection properties in a connection manager.
You can connect without setting any connection properties for your user credentials. After setting InitiateOAuth to GETANDREFRESH, you are ready to connect.
When you connect, the Google Cloud Storage OAuth endpoint opens in your default browser. Log in and grant permissions, then the OAuth process completes
Service accounts have silent authentication, without user authentication in the browser. You can also use a service account to delegate enterprise-wide access scopes.
You need to create an OAuth application in this flow. See the Help documentation for more information. After setting the following connection properties, you are ready to connect:
The OAuth flow for a service account then completes.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Google Cloud Storage data.
SELECT Name, OwnerId FROM Buckets WHERE Name = 'TestBucket'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Google Cloud Storage data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Google Cloud Storage data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Google Cloud Storage SSIS Component to get started:
Download NowLearn more:
๐ Google Cloud Storage IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Google Cloud Storage through SSIS Workflows.
Use the Google Cloud Storage Data Flow Components to synchronize with Google Cloud Storage Buckets, Objects, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!