Some clients that can be used to connect to the database with shared resources are listed below.
Microsoft SQL Server
It is possible to connect to a Microsoft SQL Server database with shared resources using:
- SQL Server Management Studio (version 18.0 and later)
The client must state the database name.
Connection string - The client must state the database name to connect to the service:
Server={IpAddress};Database={databaseName};User Id={username};Password={password};
MySQL
It is possible to connect to a MySQL Server database with shared resources using:
PostgreSQL
It is possible to connect to a PostgreSQL database with shared resources using: