Execute an SQL Query against a SQL Server database and store the results in a Blob Storage container.
Export data from a SQL Server database to a Blob Storage container using an SQL Query and the date range parameters specified.
Variables
Database to run the SQL Query on.
SQL Query to run. Statements are separated by a semicolon.
SQL Steps to run after data is processed.
Parameters to use in your SQL Query and Post SQL Steps, if any. Refer to slide out help for more information.
Datetime stamp where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.
Fixed amount to adjust the Next Run Start Point.
SQL Query to use to determine the end point of the data to process. Leave this field blank to process all records with a Datetime stamp after the starting point.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
Credentials to use to access the Blob Storage container.
Name of the Azure Blob Storage container where the files will be created.
Path to the virtual folder within the Azure Blob Storage container where the files will be created.
Shared configuration to specify file parameters.
Export data from a SQL Server database to a Blob Storage container using an SQL Query and the integer range parameters specified.
Variables
Database to run the SQL Query on.
SQL Query to run. Statements are separated by a semicolon.
SQL Steps to run after data is processed.
Parameters to use in your SQL Query and Post SQL Steps, if any. Refer to slide out help for more information.
Integer where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.
SQL Query to use to determine the end point of the data to process.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
Credentials to use to access the Blob Storage container.
Name of the Azure Blob Storage container where the files will be created.
Path to the virtual folder within the Azure Blob Storage container where the files will be created.
Shared configuration to specify file parameters.