DatabaseServer section of the CustomSettings.config file

Cem_KaraerCem_Karaer Member Posts: 281
edited 2012-02-13 in NAV Three Tier
Hello,

I have a database attached on an named instance of SQL server.

Should I write the full instance name to the DatabaseServer section of the CustomSettings file as follows

<add key="DatabaseServer" value="[SQL Default name]\[Instance name]"></add>

Or should I express it in the DatabaseInstance section?

<add key="DatabaseServer" value="[SQL Default name]"></add>

<add key="DatabaseInstance" value="[SQL instance name]"></add>

Regards
Cem Karaer @ Pargesoft
Dynamics NAV Developer since 2005

Comments

  • bbrownbbrown Member Posts: 3,268
    In discussions with MS Support, they've indicated to use the "Instance" section to specify other than the default instance.
    There are no bugs - only undocumented features.
Sign In or Register to comment.