SQL @@SERVICENAME

The @@SERVICENAME is one of the Configuration functions used to return the registry key under which the SQL Server is currently running. If it is a default instance, it will write MSSQLSERVER as the service name. And if it is a named instance, it will return the instance name. The syntax behind this SQL @@SERVICENAME is shown … Read more