Microsoft SQL Server data source
If you have data stored in SQL Server or Azure SQL Database, you can pull data directly from a table (or a view) using a Microsoft SQL table data source.

The following fields are required for delimited file data sources.
| Field | Description |
|---|---|
| Connection String | The full connection string required to connect to the database. For assistance, please refer to this guide. |
| Table | The name of the table or view from which to query the data. This can be qualified using the schema if required. |
Use the Test Connection button to verify the SQL Server database can be reached, and that the table or view specified can be accessed.