ToolJet/docs/versioned_docs/version-2.65.0/data-sources/mssql.md
Aman Regu fed052a99b
[docs]: v2.65.0 (#10415)
* add date with time column

* add table component to date with time colum

* add aggregate and group by

* add docs for retry on network error

* add cookies

* add .env vars

* add docs for v2.65.0

* remove banner from v2.65.0

* update data types title

* update querying data title
2024-07-22 19:46:36 +05:30

1.7 KiB

id title
mssql MS SQL Server / Azure SQL databases

MS SQL Server / Azure SQL databases

ToolJet can connect to MS SQL Server & Azure SQL databases to read and write data.

Connection

Please make sure the host/ip of the database is accessible from your VPC if you have self-hosted ToolJet. If you are using ToolJet cloud, please whitelist our IP.

To establish a connection with the MS SQL Server data source, click on the +Add new data source button located on the query panel or navigate to the Data Sources page from the ToolJet dashboard.

ToolJet requires the following to connect to your PostgreSQL database.

  • Host
  • Port
  • Username
  • Password
  • Azure - Select this option if you are using Azure SQL databases.

It is recommended to create a new database user so that you can control the access levels of ToolJet.

Click on 'Test connection' button to verify if the credentials are correct and that the database is accessible to ToolJet server. Click on 'Save' button to save the data source.

ToolJet - Redis connection

Querying SQL Server / Azure SQL databases

Click on '+' button of the query manager at the bottom panel of the editor and select the database added in the previous step as the data source.

Click on the 'run' button to run the query.

ToolJet - Redis connection

:::tip Query results can be transformed using transformations. Read our transformations documentation to see how: link :::