How to find server name for SQL Server 2005

后端 未结 3 477
旧时难觅i
旧时难觅i 2021-01-22 21:12

I have installed SQL Server 2005 on my system. After installation, when I try to use it, it is asking for server name. I have tried

.     .\\     .\\SQLEXPRESS          


        
相关标签:
3条回答
  • 2021-01-22 21:28

    Check this path to find SQL Server Configuration Manager:

    C:\Windows\system32\SQLServerManager.msc
    

    Also check this path:

    C:\Program Files\Microsoft SQL Server\MSSQL<server_version>.<instance_name>\

    Server Instance Name:

    proof

    Another way to find find local server name:

    enter image description here

    0 讨论(0)
  • 2021-01-22 21:35

    install managment studio and find name of the server or go to the sql server configuration manager.

    0 讨论(0)
  • 2021-01-22 21:38

    CodeCaster is right it is the duplication. one more way to see your instance name is go to "Service" and look for "SQL Server" it will have SQL Server instance name .. if it is MSSQLServer then you can tye "." only else you should type ".\Instancename".

    0 讨论(0)
提交回复
热议问题