Skip to main content
Version: Next

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.

Add Data Source

The following fields are required for delimited file data sources.

FieldDescription
Connection StringThe full connection string required to connect to the database. For assistance, please refer to this guide.
TableThe 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.