sql-serverserver-name

How could I get the servername in SQL Server Management Studio?


I use SQL Server Management Studio. I want to connect the local server. But, I am missing the local server name.

I entered local, localhost and ., but it couldn't connect.

How can I get the local server name in SQL Server Management Studio?

Please let me know which path you can check.

enter image description here

A network related or installer-related error occurred while establishing a connection to SQL Server. The server can not be found or inaccessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.

enter image description here


Solution

  • Other way to find is , drop down the server name box, at the end there is an option called . click it and there database engine , expand the database engine and u ll find the list of sql servers in your pc/network. Click the required one and u ll get servername .enter image description here