Hello.
During Confluence installation, in the database connection screen if I choose "Microsoft SQL Server" , in the bottom, I have a field named "Instance Name".
- What is this field?
- Is it mandatory or can I leave it blank? The process goes on If I leave it blank.
Hi Hugo,
According to our Database Setup for SQL Server, that you have likely already reviewed:
Field: Instance name
Description: To find out your instance name, connect to your database and run one of the following:
select @@SERVICENAME;
SELECT SERVERPROPERTY('InstanceName');
If you have a default named instance setup in SQL Server, you won't need to specify this parameter.
I hope that clarifies things for you! Let me know if you have any questions.
Regards,
Shannon
No worries, Hugo!
That's right, if it's still the default name, you don't have to specify it.
Kind regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.