hello everybody!!!
I am very new to SQL SERVER 2005 EXPRESS EDITION
while connecting to DATABASE ENGINE i got this error message.....
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (.Net SqlClient Data Provider)
any solution please?
Hi,
If you are trying on a local machine.
login properly :
server instance: computer_name\SQLSERVER_INSTANCE_NAME
user name : computer_name\user_name
If trying on a remote machine:
have a look in the following link:
http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx
Hope it'll help.
|||this error is very common... You check whether the instance is configured for Remote connection
Start --Microsoft sql server 2005-- Configuration Tools -- SQL Server Surface Area Configuration -- Surface Area configuration for services and connections -- Select Remote Connection -- Select Local and remote connection Radio button and using both TCP/IP and named pipes
ALso check whether the firewall is enabled. if yes create exception for 1433 and 1434
Madhu
sqlsql
No comments:
Post a Comment