Hi
In our connection strings we use variables, for example: Data Source={USERVAR(dbserver)};Initial Catalog=SomeDb;Integrated Security=SSPI;
This works fine in all scenarios, except one:
When creating tables for external logging, it does not understand variables and fails (cannot find server). Tables are only created once, so it's not a big deal but it should be fixed anyway. When I hardcoded the servername, it managed to create the tables
Edited by moderator
2019-02-20T08:17:11Z
|
Reason: Not specified