Clustering - named vs default

  • I recently inherited a system that has sql server 2000 running in a two node active/passive Cluster.

    How can I tell if the one Instance that is running in this cluster is a named instance or a default instance?

  • select @@SERVERNAME

    or

    From control panel --> service, you will see named instance server like MSSQL$ABC and default instance like MSSQLSERVER.

     

     

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply