Load to DataTable
Loads data from a SQL Server database into memory as a DataTable object.

Properties
| Name | Type | Description | 
|---|---|---|
| Title | Optional | A descriptive title for the action. | 
| Connection | Required | The SQL Server Connection. | 
| Dynamic connection | Optional | Use this option of you needs to use a connection from the Create Connection action. | 
| SQL expression and parameters | Required | The command to execute along with any parameters. | 
| Table variable name | Required | The name of the variable returning the DataTable | 
| Command timeout (sec) | Optional | The time limit for command execution before it times out. Default is 120 seconds. | 
| Description | Optional | Additional notes or comments about the action or configuration. | 
Returns
SQL Server: Videos / Getting started
This section contains videos to help you get started quickly working with Azure SQL / SQL Server using Flow.
Dump CSV file from Azure Blob container to Azure SQL table
This video demonstrates how to import all records from a CSV file into an Azure SQL table.
In the demo, no data import options (such as data type conversion, number or date formatting) are specified, meaning the data is imported as raw text.