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
0
Comments