Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

When using named instances you will need to specify the URL slightly differently in the connection properties.

First off, try:

No Format
url="jdbc:jtds:<server_type>://<server>[:<port>][/<database>];instance=<instance_name>"

This is specified at the JTDS FAQ

If this doesn't work, try dropping the instance name, and changing the port to the port used by the named instance:

No Format
url="jdbc:jtds:<server_type>://<server>[:<instance_port>][/<database>]"

Note. This port is different to the normal SQL Server port as each instance listens on a different port.