SQL Server
Connecting SQL Server to UI Bakery
If your database is hosted behind the Firewall, add the following IP address to the Firewall whitelist:
52.176.109.125
Go to the Data sources page –> Connect –> Choose SQL Server. Enter your credentials and click Test connection.

Adding SQL Server as a data source
When the connection is successful, click Connect Data source. UI Bakery will extract the database structure and store column types. This data will be used to suggest the proper table columns and form field types.
If you need to be able to override the default data source database with a custom value in an action, you can enable the setting Allow override database name in action:

Once enabled, when configuring the action, you will be able to specify the custom database. In case a database is not specified, the default data source database will be used.
Once you have the connection between UI Bakery and SQL Server, you can interact with its data.
- 1.Add and configure a new Action, e.g. Load Table or write a SQL query to retrieve the data.
- 2.Run the Action. Take a look at the Result tab to make sure the data is loaded.

Checking Result tab
Last modified 9d ago