![]() |
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 BigQuery inside of a SQL Server SSIS workflow to transfer BigQuery data into a Microsoft SQL Server database.
CData simplifies access and integration of live Google BigQuery data. Our customers leverage CData connectivity to:
Most CData customers are using Google BigQuery as their data warehouse and so use CData solutions to migrate business data from separate sources into BigQuery for comprehensive analytics. Other customers use our connectivity to analyze and report on their Google BigQuery data, with many customers using both solutions.
For more details on how CData enhances your Google BigQuery experience, check out our blog post: https://www.cdata.com/blog/what-is-bigquery
To get started, add a new BigQuery 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 BigQuery connection properties in a connection manager.
Google uses the OAuth authentication standard. To access Google APIs on behalf of individual users, you can use the embedded credentials or you can register your own OAuth app.
OAuth also enables you to use a service account to connect on behalf of users in a Google Apps domain. To authenticate with a service account, register an application to obtain the OAuth JWT values.
In addition to the OAuth values, specify the DatasetId and ProjectId. 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 BigQuery data.
SELECT OrderName, Freight FROM Orders๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the BigQuery data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with BigQuery data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Google BigQuery SSIS Component to get started:
Download NowLearn more:
๐ Google BigQuery IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with live Google BigQuery data through SSIS Workflows.
Use the Google BigQuery Data Flow Components to synchronize with Google BigQuery Tables and Datasets. Perfect for data synchronization, local back-ups, workflow automation, and more!