Using Microsoft SQL Server named instances
When using a named instance of Microsoft SQL Server for the Print Release database, add the parameter to the following properties:
For example, the STATS section must be updated to the following:
database.STATS.connect=jdbc:sqlserver://network.address.of.mssqlserver;databaseName=CustomerPrDatabaseName;instanceName=nameOfCustomerMSSQLInstance;
database.STATS.dataSource=network.address.of.mssqlserver;databaseName= CustomerPrDatabaseName;instanceName= nameOfCustomerMSSQLInstance;