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.

  1. Select the relevant Query block in your dashboard.
  2. In the Properties pane, open the Connection String section.

  1. With the Database tab selected (this is the default), enter a Name (required), and a Description (optional) for the connection.
  2. In the Server field enter the name of the server on which the database is housed.
  3. Enter the Database name.
  4. In the User field, enter the user with access to this database.
  5. Enter a Passwordfor the user.
  6. Optionally, enter any Extended Properties.
  7. If you are using Windows credentials instead of a SQL account for this connection, select the Integrated check box, otherwise leave this box unchecked.
  8. Click the Share connection button.
  9. 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

  1. Select the Shared tab.
  2. Select a connection from the Shared connection drop-down list.
  3. Click the Apply button to save your changes.