Home >
Connect to an External SQL Database
By default the query block accesses the SysTrack database. However, you can connect to a different SQL Server database by supplying connection information. The SQL query will then be run against the specified database.
- Select the relevant Query block. In the Properties panel, open the Connection String section.
- Deselect the Use SysTrack database option.
- With the Database tab selected (this is the default), enter a Name (required), and a Description (optional) for the connection.
- Enter the Serveron which the database resides.
- Enter the Database name.
- In the User field, enter the user with access to this database.
- Enter a Password for the user.
- Optionally, enter any Extended Properties.
- If you are using Windows credentials instead of a SQL account for this connection, select the Integrated check box, otherwise leave this box unchecked.
- Click the Apply button to save your changes.
- To save this connection as a shared connection, click the Share connection button.
The Query Data block will now include an icon showing that it is linked to an external database:
On This Page