Question
When configuring the Runtime to use a MS SQL Server log database, how to specify the Catalog name?
Solution
Stambia DI uses JDBC connections.
With MS SQL, the catalog name can be specified within the JDBC URL, as in this example: jdbc:sqlserver://localhost;databaseName=CATALOG
See this page for more information.