Anyone knows how to parametrize Database URL under JDBC Connection Configuration.
Database URL: jdbc:sqlserver://ovh-sql1:1433;DatabaseName=user_1
JDBC Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver
I want to parametrize DatabaseName=user_1
Normal parametrization is not working here. Please suggest.
You can use variable for database name and configure it.
Here is the example: