I have a requirement where I need to find out whether SQL is installed with default instance or named instance.
Can someone please help me here how to find it?
Thanks in advance, Sasikumar.
I have a requirement where I need to find out whether SQL is installed with default instance or named instance.
Can someone please help me here how to find it?
Thanks in advance, Sasikumar.
Go to Start > All programs > SQL Server xxxx > Configuration Tools > Configuration Manager
and have a look:
If the entry SQL Server
has (MSSQLSERVER)
after it --> it's the (unnamed) default instance.
Otherwise, you'll find the instance name in brackets after the SQL Server
© 2022 - 2024 — McMap. All rights reserved.