SQL ERROR: Verify that the instance name is correct and that SQL Server is configured to allow remote connections?
Posted
by
scepak
on Server Fault
See other posts from Server Fault
or by scepak
Published on 2010-06-29T15:49:37Z
Indexed on
2011/01/16
14:54 UTC
Read the original article
Hit count: 188
I am getting following error while connecting to my local Sql Express.
An error has occurred. Details of the exception:
A network-related or instance-specific error occurred while establishing a conne
ction to SQL Server. The server was not found or was not accessible. Verify that
the instance name is correct and that SQL Server is configured to allow remote
connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Serve
r/Instance Specified)
Unable to connect to SQL Server database.
I am able to connect to Sql Server using Management Studio.
© Server Fault or respective owner