Home >
Create and Connect to a Shared Connection
By default the Query block accesses the SysTrack database. However, you can connect to a different SQL Server database by supplying connection information and then share the connection for use by other users.
Create a new shared connection to an external SQL database.
- Select the relevant Query block in your dashboard.
- In the Properties pane, open the Connection String section.
- With the Database tab selected (this is the default), enter a Name (required), and a Description (optional) for the connection.
- In the Server field enter the name of the server on which the database is housed.
- Enter the Database name.
- In the User field, enter the user with access to this database.
- Enter a Passwordfor 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 Share connection button.
- Click the Apply button to save your changes. The shared connection will now be available from the drop-down list on the Shared tab.
Connect to a Shared Connection
- Select the Shared tab.
- Select a connection from the Shared connection drop-down list.
- Click the Apply button to save your changes.
On This Page