Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
raviroshan
Starting Member
1 Post |
Posted - 2013-02-24 : 09:07:16
|
I have installed SQL Server 2005 in mixed mode.I am able to connect to Database "locally" i.e. (Server-name/Instance or internal-ip/Instance) using both kinds of Authentication.I have configured SQL Server for remote connection by following below stepsSteps:Enable remote connections on the instance of SQL Server that you want to connect to from a remote computer.Turn on the SQL Server Browser service.Configure the firewall to allow network traffic that is related to SQL Server and to the SQL Server Browser service. Ref: http://support.microsoft.com/kb/914277#method3In addition, I have turned off my firewall.I am able to ping my computer through the External IP.But when it comes to connecting to sql server, its giving the error."TITLE: Connect to ServerCannot connect to <ip address>\SQLEXPRESS.ADDITIONAL INFORMATION:A network-related or instance-specific error occurred while establishing a connection 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 Server/Instance Specified) (Microsoft SQL Server, Error: -1)For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476Please help me, I have referred many article and tested all possible solution, but nothing seems to be working for me. |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
Posted - 2013-02-24 : 10:17:03
|
I see you have gone through many of the usual steps that one does when trying to fix the connectivity problem. Take a look at this blog - it is fairly detailed and comprehensive - to see it helps: http://blogs.msdn.com/b/sql_protocols/archive/2006/09/30/sql-server-2005-remote-connectivity-issue-troubleshooting.aspx |
|
|
|
|
|