SQL Server database
Telosys database configuration
Since Telosys 4.3
- id: sqlsrv
name: SQL Server database
type: SQLSERVER
# JDBC configuration
url: jdbc:sqlserver://localhost:1433;databaseName=MyDB
user: john_doe
password: not_to_reveal
# Metadata parameters
schema: carsBefore Telosys 4.3
- id: sqlsrv
name: SQL Server database
type: SQLSERVER
# JDBC configuration
driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://localhost:1433;databaseName=MyDB
user: john_doe
password: not_to_reveal
# Metadata parameters
catalog: '!'
schema: cars
tableNamePattern: '%'
tableTypes: TABLE Other JDBC URL examples
JDBC driver
Technical information about SQL Server
Structure

Last updated