you can set the dbname for sqldefault in the connection string in the format sqlusername/sqlpassword/dbname
Hi Wim,
Thanks. At the moment, our SQL Server connection string in the Dashboard is
Username/Password@<server>/<installation name>
Would we put the DBName before the @?
Hi Marlon,
Perhaps we mean the same as long as dbname or installation name matches the name in the odbc driver. On my configuration @server is not used, and the database connection is ok
Wim