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
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:
Another way to find find local server name:
install managment studio and find name of the server or go to the sql server configuration manager.
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".