<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx</link><description>This post provides some tips to troubleshoot Sql Server connection problems based on various displayed error messages. And, I will describe connection problems according to different client stack: SNAC/MDAC/SQLClient. Thus, there are 3 parts for this</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#491202</link><pubDate>Thu, 10 Nov 2005 11:34:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:491202</guid><dc:creator>Sten</dc:creator><description>Thanks. This resolved my issue!</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#491243</link><pubDate>Thu, 10 Nov 2005 13:55:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:491243</guid><dc:creator>Bob</dc:creator><description>I still get the error 2 (&amp;quot;Named Pipes Provider: Could not... [2]&amp;quot;) even when I've make sure that the server is running, all protocols are enabled and the firewall is deactivated (i don't know if it can cause problems, but...). I've already tried to reinstall (CTP, September) with the same results, so the problem is likelly a configuration one. Are there more locations to re-verify that the server is up and running apart the Control Manager itself or Control Panel -&amp;gt; Services? Thanks.</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#491649</link><pubDate>Fri, 11 Nov 2005 06:08:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:491649</guid><dc:creator>SQL Protocols</dc:creator><description>Hi,Bob&lt;br&gt;&lt;br&gt;This error message means that the server was not found or not running or can not make Named Pipe connection through the pipe name that client specified. To verify this:&lt;br&gt;&lt;br&gt;1) if you are sure the service is running and shared memory/Named Pipe/Tcp/ip were enabled, please try connection if it is local default instance &amp;quot;osql /Snp:\\.\pipe\sql\query&amp;quot;; or try connection &amp;quot;osql /Snp:\\.\pipe\mssql$&amp;lt;InstanceName&amp;gt;\sql\query&amp;quot; if it is local named instance. if you still get error 2, then go to step 2).&lt;br&gt;&lt;br&gt;2) Double check the server is started and listening on named pipe if you enabled Named Pipe. One way is that see the ERRORLOG of the server, search follow keywords:&lt;br&gt;&lt;br&gt;Server named pipe provider is ready to accept connection on [ \\.\pipe\sql\query ] or [\\.\pipe\mssql$&amp;lt;InstanceName&amp;gt;\sql\query]&lt;br&gt;&lt;br&gt;Notice that &amp;quot;sql\query&amp;quot; is the default pipe name, so you need to know server is listening on which pipe name. eg: if you specify server pipe name is &amp;quot;sql\query1&amp;quot;, then you would see in the errorlog that server listening on [ \\.\pipe\sql\query1 ].&lt;br&gt;&lt;br&gt;3) See your connection string, whether you explicitly specify the pipe name and does it match the pipe that server is listening on? Or whether you just specify server name( like &amp;quot;.&amp;quot;,&amp;quot;(local)&amp;quot;, etc), but you specify the wrong pipe name on client side Named Pipe configuration.eg, go to SQL Server Configuration Manager, click client Named Pipe properties, see whether the pipe name is same with the one server listening on.&lt;br&gt;&lt;br&gt;Note: For remote connection, you need to verify step 2) and 3).&lt;br&gt;&lt;br&gt;If you still face problems, please attach the connection string and your server log file to the comments.Thanks!&lt;br&gt;</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#491729</link><pubDate>Fri, 11 Nov 2005 12:56:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:491729</guid><dc:creator>Kevin</dc:creator><description>I installed the SQL 2005 express yesterday with the SQL Server Management Studio Express CTP. I did launch the management studio once just to see if the installation was successful.&lt;br&gt;&lt;br&gt;Today, I could not launch this studio anymore. So I tried to run sqlcmd.exe, and it failed to connect to the SQL server.&lt;br&gt;&lt;br&gt;After reading this page, I did find the last comment regarding the named pipe setup solve my connection problem. So I update the named pipe attribute for the native client protocol through the SQL Server Configuration Manager and saved it.&lt;br&gt;&lt;br&gt;But I still can not lauch the studio, and I can not connect to the server by running the sqlcmd.exe without specifying the named pipe parameter.&lt;br&gt;&lt;br&gt;I assumed the saved configuration should make the tool work since it should grab them as defaults when it is not speified at the command line. But it does not seem to be true. I also still can not launch the management studio. Is there anything I am missing?&lt;br&gt;&lt;br&gt;Appreciate your help.&lt;br&gt;</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#492136</link><pubDate>Sat, 12 Nov 2005 21:39:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:492136</guid><dc:creator>SQL Protocols</dc:creator><description>Hi,Kevin&lt;br&gt;   1) As for Management Studio,is there any error displayed when you were trying to lauch it? You can go to &amp;quot;%ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG&amp;quot;\Summary.txt to see whether there is error or warning?&lt;br&gt;   2) What is the error message you saw when you tried to make connection through sqlcmd.exe,how do you make connection?(&amp;quot;sqlcmd /S /E&amp;quot; or others?) what if you try osql.exe? If you can attach the error message and the connection string, I can help you identify the cause much faster.&lt;br&gt;&lt;br&gt;Thanks!</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#510202</link><pubDate>Fri, 06 Jan 2006 22:53:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:510202</guid><dc:creator>Tony</dc:creator><description>I am getting the following login error using SQLCMD.exe(the actual IP was x'ed out):&lt;br&gt;&lt;br&gt;2006-01-05 09:19:05.76 Logon       Error: 18456, Severity: 14, State: 16.&lt;br&gt;2006-01-05 09:19:05.76 Logon       Login failed for user 'sa'. [CLIENT: xxx.xxx.xx.xxx]&lt;br&gt;&lt;br&gt;This error is happening intermittently when running a bunch of .sql files one at a time as part of an installation.&lt;br&gt;&lt;br&gt;This is the command string:&lt;br&gt;sqlcmd.exe -S myServerName -U sa -P myPassword -i &amp;quot;C:\myPath\myFile.sql&amp;quot; -b -d myDatabase -o &amp;quot;C:\myPath\myLog.LOG&amp;quot;&lt;br&gt;&lt;br&gt;When I run this from the command prompt, it works.  It is just when our install is running, I get the login error intermittently and\or on different files.&lt;br&gt;&lt;br&gt;Here is the configuration:&lt;br&gt;Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86)   Oct 14 2005 00:33:37   Copyright (c) 1988-2005 Microsoft Corporation  Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 1) &lt;br&gt;Install that is having intermittent connection problems is local to the machine with SQL Server installed&lt;br&gt;&lt;br&gt;Max number of concurrent connections = 0 (unlimited)&lt;br&gt;&lt;br&gt;Shared Memory = Enabled&lt;br&gt;Named Pipes = Disabled&lt;br&gt;TCP/IP = Enabled&lt;br&gt;VIA = Disabled&lt;br&gt;&lt;br&gt;Client Protocols:&lt;br&gt;Shared Memory Order 1&lt;br&gt;TCP/IP Order 2&lt;br&gt;Named Pipes Order 3&lt;br&gt;&lt;br&gt;Please Advise,&lt;br&gt;Thanks,&lt;br&gt;Tony</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#511307</link><pubDate>Tue, 10 Jan 2006 22:34:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:511307</guid><dc:creator>SQL Protocols</dc:creator><description>Tony, in the error &amp;quot;Logon Error: 18456, Severity: 14, State: 16&amp;quot; state 16 implies a problem switching the database context to the user's database.  Given the arguments you're passing to sqlcmd.exe it looks like this would be &amp;quot;myDatabase&amp;quot;.  Try looking for any reason why this database would be unavailable at the time the login attempt occurred.  Specifically operations that might take the database offline like backup or restore.&lt;br&gt;&lt;br&gt;Hope this helps,&lt;br&gt;Vaughn</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#511333</link><pubDate>Tue, 10 Jan 2006 23:30:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:511333</guid><dc:creator>MattN</dc:creator><description>Hi Tony,&lt;br&gt;&lt;br&gt;I've run into this one before when the target database I was logging into was marked suspect or was offline.   You can verify this by logging into master then trying USE myDatabase, this will usually give you a better error message, for example:&lt;br&gt;&lt;br&gt;E:\JDBC6\JDBCmain\tests&amp;gt;osql -Stcp:mattn1 -Utds -PMyPassword!&lt;br&gt;Login failed for user 'tds'.&lt;br&gt;Cannot open user default database. Login failed.&lt;br&gt;&lt;br&gt;C:&amp;gt;osql -Stcp:mattn1 -Utds -PMyPassword! -dMaster&lt;br&gt;1&amp;gt; use tds&lt;br&gt;2&amp;gt; go&lt;br&gt;Msg 952, Level 16, State 1, Server MATTN1, Line 1&lt;br&gt;Database 'tds' is in transition. Try the statement later.&lt;br&gt;1&amp;gt;</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#533076</link><pubDate>Thu, 16 Feb 2006 11:44:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:533076</guid><dc:creator>Gary</dc:creator><description>Fantastic - spent days try to connect and this has sorted it. Thanks a lot!</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#539735</link><pubDate>Mon, 27 Feb 2006 10:51:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:539735</guid><dc:creator>norman</dc:creator><description>C:\&amp;gt;sqlcmd -S zyltestip01.china.***.com\SQLEXPRESS&lt;br&gt;HResult 0xFFFFFFFF, Level 16, State 1&lt;br&gt;SQL Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establi&lt;br&gt;shing a connection to the server. When connecting to SQL Server 2005, this failu&lt;br&gt;re may be caused by the fact that under the default settings SQL Server does not&lt;br&gt; allow remote connections..&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : Login timeout expired</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#541058</link><pubDate>Wed, 01 Mar 2006 07:59:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:541058</guid><dc:creator>serwei</dc:creator><description>been trying the error [2] but in osql I get &amp;quot;No user selected&amp;quot;, I then try my current login and still it does not work.&lt;br&gt;I'm using SQLExpress 2005 that comes with Visual C++.&lt;br&gt;Are the Start/Stop service UIs the only tools?</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#543708</link><pubDate>Sat, 04 Mar 2006 22:00:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:543708</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, serwei&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;1)The reason you got &amp;quot;No user selected&amp;quot; by using osql, you might not specify authentication type. eg&amp;quot; osql /S&amp;quot;,you need to connect through &amp;quot;osql /S&amp;lt;ServerName&amp;gt; /E&amp;quot; or &amp;quot;osql /S&amp;lt;ServerName&amp;gt; /U&amp;lt;sqllogin&amp;gt; /P&amp;lt;loginpwd&amp;gt;&amp;quot;.&lt;br&gt; &amp;nbsp; &amp;nbsp;2)With SQLExpress, by default it is installed as a named instance whose name is &amp;quot;SqlExpress&amp;quot; and named pipe and TCP are disabled. You can use net start to check whether sql instance MSSQL$SQLExpress is running and go to SQL server Configuration Manager to check whether your named pipe or Tcp were enabled. Based on the error 2 you came across,please follow the troubleshooting list.&lt;br&gt;&lt;br&gt;More useful info about sqlexpress 2005: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx"&gt;http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx&lt;/a&gt; &lt;br&gt;&lt;br&gt;Thanks for your comments.&lt;br&gt;Ming.</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#549514</link><pubDate>Sat, 11 Mar 2006 20:37:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:549514</guid><dc:creator>ypae</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;I had the following error message while I am installing SQL Server 2005 Standard Edition:&lt;br&gt;&lt;br&gt;Shared Memory Provider: No process is on the other end of the pipe&lt;br&gt;&lt;br&gt;This always happens when I try to change the installation path for &amp;quot;Data files&amp;quot; feature (e.g. D:\Microsoft SQL Server\)&lt;br&gt;&lt;br&gt;So installing everything to the default location (C:\Program files\Microsoft SQL Server) works fine.&lt;br&gt;&lt;br&gt;Is there any workaround for this?&lt;br&gt;&lt;br&gt;Thanks,</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#549612</link><pubDate>Sun, 12 Mar 2006 00:22:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:549612</guid><dc:creator>ypae</dc:creator><description>Please ignore my posting above.&lt;br&gt;&lt;br&gt;It didn't work even with default install.&lt;br&gt;&lt;br&gt;Fortunately, since I was installing SQL 2005 on Microsoft Virtual Server 2005 R2, I simply undo all changes (reverted back to sysprep) and started from the scratch and now the installation is successful.&lt;br&gt;&lt;br&gt;It doesn't explain why it didn't work in the first place...&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#550588</link><pubDate>Mon, 13 Mar 2006 20:43:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:550588</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, ypae&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;The error you saw in the first place might due to you disabled shared memory on the server or server was not stared properly during installation. Next time, when you came across any setup problem, please go to c:\program files\Microsoft SQL Server\90\Setup Bootstrap\LOG, there is a summary.txt which points you that setup log files. With the log, you can figure out what was going on during installation.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming.</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#558760</link><pubDate>Thu, 23 Mar 2006 12:01:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:558760</guid><dc:creator>Thara</dc:creator><description>I tried to connect to the SQL server Express 2005 database from my Pockect PC Emulator(Visual Studio 2005). I use C#.net and Remote Data Access method. so I used pull method of the RDA object. But there is a error on my Pockect PC Application like {&amp;quot;Failure to open SQL Server with given connect string. [ connect string = Provider=172.16.10.48,1433; Data Source=172.16.10.48\\SQLEXPRESS;Initial Catalog=LocalDBInsurance;User ID=Niluka;Password=windowsloginpassword ]&amp;quot;}&lt;br&gt;and &lt;br&gt;I also used the connection string as Provider=SQLOLEDB.1; Data Source=172.16.10.48\\SQLEXPRESS;Initial Catalog=LocalDBInsurance;User ID=Niluka;Password=windowsloginpassword. But these 2 were not worked.&lt;br&gt; </description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#558761</link><pubDate>Thu, 23 Mar 2006 12:01:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:558761</guid><dc:creator>Thara</dc:creator><description>Please overcome this</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#559188</link><pubDate>Thu, 23 Mar 2006 22:15:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:559188</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Thara&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;1) The first connection string you used has wrong value for the &amp;quot;Provider&amp;quot; part, please search connection string properties in SQL Server Book Online for OLEDB provider.&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;2) The second connection string you use seems good, but I do not know why you fail to connect. Please visit our Express blog to troubleshoot:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;3) We also noticed that it seemed that you try to use windows authentication from &amp;quot;windowsloginpassword&amp;quot;, however, you should use connection property &amp;quot;Trusted_Connections=yes&amp;quot; instead of explicitly inputting password of windows account;unless you use SQL Login, you should use &amp;quot;User ID and Password&amp;quot;.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming. </description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#562436</link><pubDate>Tue, 28 Mar 2006 01:39:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:562436</guid><dc:creator>Lim</dc:creator><description>&lt;br&gt;Hello,&lt;br&gt;I have the following error while running this command:&lt;br&gt;&lt;br&gt;C:\&amp;gt;sqlcmd -S &amp;lt;servername&amp;gt;\SQLEXPRESS&lt;br&gt;HResult 0xFFFFFFFF, Level 16, State 1&lt;br&gt;SQL Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establi &lt;br&gt;shing a connection to the server. When connecting to SQL Server 2005, this failu&lt;br&gt;re may be caused by the fact that under the default settings SQL Server does not&lt;br&gt; allow remote connections..&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : Login timeout expired. &lt;br&gt;&lt;br&gt;When I run the above sqlcmd command on the client workstation (with SQL 2005 Express installed), &lt;br&gt;I still get above error even though&lt;br&gt;1. SQL Server Browser service is already running &amp;amp; active.&lt;br&gt;2. All Share Memory, Named Pipes, TCP/IP Protocols for SQLEXPRESS &amp;amp; Client Protocols are Enabled.&lt;br&gt;3, 'Local and remote connections-Using both TCP/IP and named pipes' are enabled.&lt;br&gt;&lt;br&gt;Are there anything I miss?&lt;br&gt;Thanks</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#563109</link><pubDate>Tue, 28 Mar 2006 18:59:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:563109</guid><dc:creator>SQL Protocols</dc:creator><description>Hi,Lim&lt;br&gt;&lt;br&gt; &amp;nbsp; Are you sure your sql server is running? Or whether you restarted the service after enabling the TCP or NP? &lt;br&gt;1) If it is local connection, please see the SERVER ErrorLog to double check.&lt;br&gt;2) If it is remote connection, please follow the instruction below &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx"&gt;http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx&lt;/a&gt;.&lt;br&gt;&lt;br&gt;For best practice and troubleshoot tips to make connection to SqlExpress, please visit our blog:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql%5Fprotocols/"&gt;http://blogs.msdn.com/sql%5Fprotocols/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming.&lt;br&gt;</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#587098</link><pubDate>Sun, 30 Apr 2006 16:00:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:587098</guid><dc:creator>John</dc:creator><description>Hi there,&lt;br&gt;&lt;br&gt;I am wondering if I can get some help with connectivity to SQL Server Standard 2005. &lt;br&gt;&lt;br&gt;The obvious problem that I have is there is no protocols found in sql server 2005 network configuration (in SQL server configuration manager). &lt;br&gt;&lt;br&gt;The next thing I did was to run sqlcmd from command prompt and I received message as follow:&lt;br&gt;&lt;br&gt;Microsoft Windows XP [Version 5.1.2600]&lt;br&gt;(C) Copyright 1985-2001 Microsoft Corp.&lt;br&gt;&lt;br&gt;C:\&amp;gt;sqlcmd&lt;br&gt;HResult 0x2, Level 16, State 1&lt;br&gt;Named Pipes Provider: Could not open a connection to SQL Server [2].&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establi&lt;br&gt;shing a connection to the server. When connecting to SQL Server 2005, this failu&lt;br&gt;re may be caused by the fact that under the default settings SQL Server does not&lt;br&gt; allow remote connections..&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : Login timeout expired.&lt;br&gt;&lt;br&gt;I think this is server-side related problem since none of the server's network protocol can be found. I have tried reinstall SQL server 2005 and .NET 2.0 but to no avail. &lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#587722</link><pubDate>Mon, 01 May 2006 21:29:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:587722</guid><dc:creator>Matt Neerincx [MSFT]</dc:creator><description>I have seen that this problem can occur if you install SQL when the machine has no network hardware installed or enabled (sql can't find any networking support). &amp;nbsp;Does your machine have a network card?</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#587803</link><pubDate>Mon, 01 May 2006 22:45:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:587803</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, John&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;The error indicates that your sql server might not be started successfully. Go to server ERRORLOG, see what error you saw, did you see info like &amp;quot; TDSSNIClient initialization failed with error &amp;lt;xxx&amp;gt;, status code &amp;lt;xxx&amp;gt; &amp;quot; ? The status code can give us clue.&lt;br&gt;&lt;br&gt;Also, Matt posted his comments, hope that yours is the same one.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming.</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#602768</link><pubDate>Sat, 20 May 2006 21:22:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:602768</guid><dc:creator>Kekakos Elias</dc:creator><description> Hello, I have a serious problem and I need a resolve as fast as you can. I have installed sql server 2005 express edition. By default the shared memory is enable and all others are disable. I enabled all of them and I tried to connect through the SQL MANAGER EXPRESS EDITION. Anyway I can login only with Network protocol SHARED MEMORY. But when I run the sqlcmd I have the following error:&lt;br&gt;C:\Program Files\Microsoft SQL Server\90\Tools\Binn&amp;gt;sqlcmd -U sgvaultuser&lt;br&gt;Password: HResult 0x7E, Level 16, State 1&lt;br&gt;Shared Memory Provider: The Shared Memory dll used to connect to SQL Server 2000 was not found [126].&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : 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..&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : Login timeout expired.&lt;br&gt;&lt;br&gt;Can any one tell me why I cannot connect through the sqlcmd utility? I have WinXP SP2&lt;br&gt;&lt;br&gt;Thanks Elias</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#603486</link><pubDate>Mon, 22 May 2006 05:15:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:603486</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Elias &lt;BR&gt;&lt;BR&gt;&amp;nbsp; &amp;nbsp;The problem here is that you were trying to connect to a default instance instead of SQL Express instance. By default, sql server 2005 express edition was installed as a named instance, which means, when you make connection you should give the instance name in your connection string: &lt;BR&gt;&lt;BR&gt;"sqlcmd -S.\SQLEXPRESS -U sgvaultuser" &lt;BR&gt;&lt;BR&gt;The reason you can not connect through " sqlcmd -U sgvaultuser" might be that you do not have SQL 2000 server installed on you box, and when SNAC try to connect to 2000 Server, it can not load "dbmslpcn.dll", check whether you have this module under "%windir%system32". &lt;BR&gt;&lt;BR&gt;To fix your problem: &lt;BR&gt;&lt;BR&gt;Please follow the best practice of connection to sql server 2005 express according to below blog: &lt;BR&gt;&lt;BR&gt;&lt;A HREF="/sql_protocols/archive/2006/03/23/558651.aspx" target=_new rel=nofollow&gt;http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx&lt;/A&gt; &lt;BR&gt;&lt;BR&gt;Good Luck! &lt;BR&gt;Ming. &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#639571</link><pubDate>Tue, 20 Jun 2006 17:41:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:639571</guid><dc:creator>teen lesbian rape</dc:creator><description>Persone los pioneros non rabata. Great...</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#692268</link><pubDate>Tue, 08 Aug 2006 18:55:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:692268</guid><dc:creator>Jamie</dc:creator><description>I get the following when trying to log in using&lt;br&gt;&lt;br&gt;osql -S instancename -U sa&lt;br&gt;&lt;br&gt;[SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [53].&lt;br&gt;[SQL Native Client]Login timeout expired&lt;br&gt;[SQL Native Client]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.&lt;br&gt;&lt;br&gt;if I run it as&lt;br&gt;osql -S 127.0.0.1 -U sa&lt;br&gt;it logs in.&lt;br&gt;&lt;br&gt;Shared Memory, TCP/IP, Named Pipes all enabled, and in that order.&lt;br&gt;&lt;br&gt;Named Pipes not working with \\.\pipe\mssql$instancename\sql\query &amp;nbsp; &amp;nbsp;or&lt;br&gt;\\.\pipe\sql\query &lt;br&gt;&lt;br&gt;stopped and started services after each change.&lt;br&gt;&lt;br&gt;any help?&lt;br&gt;</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#692484</link><pubDate>Tue, 08 Aug 2006 22:59:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:692484</guid><dc:creator>Jamie</dc:creator><description>Figured it out. &amp;nbsp;The instancename was not the same as the server name. &amp;nbsp;When I do &lt;br&gt;&lt;br&gt;osql -S servername -U sa&lt;br&gt;&lt;br&gt;it works. &amp;nbsp; It's the only instance on this machine. &amp;nbsp;I'm an idiot.</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#724130</link><pubDate>Fri, 25 Aug 2006 18:39:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724130</guid><dc:creator>rsantos</dc:creator><description>Hi there, i hope i can get some help here :(&lt;br&gt;I've been for about 3 days trying to connect VS2005 to my MS-SQLServer2005, what is working :&lt;br&gt;-&amp;gt;I can connect trough SQL Server Management Studio , and Add, remove, edit any database&lt;br&gt;-&amp;gt;I have allowed remote connections in SQL Server Surface Area Configuration&lt;br&gt;-&amp;gt;My winXP SP2 firewall is off, and i don't have other&lt;br&gt;-&amp;gt;In VS2005 i configure the webparts,membership providers to MSSQL2005 and work just fine&lt;br&gt;&lt;br&gt;Now the things that don't work:&lt;br&gt;&lt;br&gt;-&amp;gt;sqlcmd -S XPTO_NAME\MSSQLSERVER&lt;br&gt;HResult 0x57, Level 16, State 1&lt;br&gt;SQL Network Interfaces: Connection string is not valid [87].&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establi&lt;br&gt;shing a connection to the server. When connecting to SQL Server 2005, this failu&lt;br&gt;re may be caused by the fact that under the default settings SQL Server does not&lt;br&gt; allow remote connections..&lt;br&gt;Sqlcmd: Error: Microsoft SQL Native Client : Login timeout expired.&lt;br&gt;&lt;br&gt;-&amp;gt;When i try &amp;nbsp;in VS2005 create a Data Connection (under the server explorer) the only Server name is the instanse name of SQLEXPRESS, i already try to put the .\MSSQLSERVER2005, but when i try to select any database show none, and the test connection faild&lt;br&gt;&lt;br&gt;Some configuration that i have:&lt;br&gt;-&amp;gt; in the web.config of my application, the connection string that VS2005 use to save webparts information : &amp;lt;add name=&amp;quot;LocalSQLServer&amp;quot; connectionString=&amp;quot;&amp;amp;#xA; &amp;nbsp; &amp;nbsp; &amp;nbsp;server=(local);&amp;amp;#xA; &amp;nbsp; &amp;nbsp; &amp;nbsp;Trusted_Connection=False;&amp;amp;#xA; &amp;nbsp; &amp;nbsp; &amp;nbsp;uid=sa;&amp;amp;#xA; &amp;nbsp; &amp;nbsp; &amp;nbsp;password=12345;&amp;amp;#xA; &amp;nbsp; &amp;nbsp; &amp;nbsp;database=aspnetdb&amp;amp;#xA;&amp;quot; /&amp;gt;, this work just fine.&lt;br&gt;-&amp;gt;I have two sql server, the 2005 express and the 2005 developer edition&lt;br&gt;&lt;br&gt;Now anyone can help me to figure out whats wrong ? why the sqlcmd doesn't work ?</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#728428</link><pubDate>Mon, 28 Aug 2006 18:02:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:728428</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, rstons&lt;br&gt;&lt;br&gt; 1) &lt;br&gt;&lt;br&gt;sqlcmd -S XPTO_NAME\MSSQLSERVER &lt;br&gt;HResult 0x57, Level 16, State 1 &lt;br&gt;SQL Network Interfaces: Connection string is not valid [87]. &lt;br&gt;&lt;br&gt;The problem: &amp;quot;MSSQLSERVER&amp;quot; is not a valid instance name for SQL Server. If you installed a default instance, &amp;lt;machinename&amp;gt; can be the representitive of the default instance, hence, you need use &amp;quot;sqlcmd /S&amp;lt;machinename&amp;gt; /E&amp;quot;&lt;br&gt;&lt;br&gt;2)SQLExpress has fixed instancename, sqlexpress, so, when you make connection to the named instance sqlexpress, you should use &amp;quot;.\sqlexpress&amp;quot; instead of &amp;quot;.\MSSQLSERVER2005&amp;quot;.&lt;br&gt;&lt;br&gt;More info about sqlexpress, please check another blog:&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming.&lt;br&gt;&lt;br&gt;</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#728864</link><pubDate>Mon, 28 Aug 2006 23:06:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:728864</guid><dc:creator>rsantos</dc:creator><description>Thanks Ming,&lt;br&gt;But i still can connect to MS SQL Server 2005, can you help construct the connection String that i must use to access throw visual studio 2005 to my BD ?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Rui</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#730338</link><pubDate>Tue, 29 Aug 2006 21:02:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:730338</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Rui&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;If you try to connect to default instance, use following connection string:&lt;br&gt; &amp;nbsp; &amp;nbsp;&lt;br&gt;&amp;quot;Provider=SQLNCLI; server=&amp;lt;macinename&amp;gt;; &amp;nbsp;Trusted_Connection=No; &amp;nbsp; &amp;nbsp; uid=sa;password=12345;database=aspnetdb&amp;quot;&lt;br&gt;&lt;br&gt;In your connection string, you did not specify provider, &amp;quot;sqlncli&amp;quot; is SQL2K5 OLEDB provider, and also, it is &amp;quot;No&amp;quot; not &amp;quot;false&amp;quot; in &amp;quot;trusted_connection&amp;quot; field.&lt;br&gt;&lt;br&gt;2) If you connect to named instance, let's say 2k5 express, try following connection string&lt;br&gt;&lt;br&gt;&amp;quot;Provider=SQLNCLI; server=&amp;lt;macinename&amp;gt;\sqlexpress; &amp;nbsp;Trusted_Connection=No; &amp;nbsp; &amp;nbsp; uid=sa;password=12345;database=aspnetdb&amp;quot;&lt;br&gt;&lt;br&gt;Good Luck!&lt;br&gt;Ming.</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#761184</link><pubDate>Tue, 19 Sep 2006 00:11:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:761184</guid><dc:creator>Rob Hendriks</dc:creator><description>Complaint: server is slow to very slow.&lt;br&gt;Remedy:&lt;br&gt;After the heavy burden of reinstalling MSSQLServer2005Express and .NET Framework, users, etc., we still had the same chain of timeouts on the test client.&lt;br&gt;Finally MS Access was reinstalled on the client, extended with all(2?) features relating to .NET Framework. And that made things fly again like old times.&lt;br&gt;&lt;br&gt;Hard to prove to be the cause, but my client MS Access got corrupted suddenly after the last MS XP update, Thursday 14. September 2006.&lt;br&gt;&lt;br&gt;Hope to have helped out my fellow sufferers.&lt;br&gt; </description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#772590</link><pubDate>Tue, 26 Sep 2006 21:19:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:772590</guid><dc:creator>Frank</dc:creator><description>I am trying to connect sql2005 remotely but it always gives&lt;br&gt;&lt;br&gt;login failed for user &amp;quot;xyz&amp;quot;&lt;br&gt;Server Name: serverName&lt;br&gt;Error Number: 18456&lt;br&gt;Severity: 14&lt;br&gt;State: 1&lt;br&gt;&lt;br&gt;The login ID/password is coreect as I have checked it from different machines and it works fine. Only my machine can't connect to the server. &lt;br&gt;Please help me in this regard.&lt;br&gt;Thanks</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#772630</link><pubDate>Tue, 26 Sep 2006 21:43:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:772630</guid><dc:creator>Il-Sung Lee</dc:creator><description>Hi Frank,&lt;br&gt;&lt;br&gt;Take a look at this blog posting to understand how to determine the root cause of the login failure: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Il-Sung.</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#773089</link><pubDate>Wed, 27 Sep 2006 04:51:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:773089</guid><dc:creator>Nachi</dc:creator><description>Hi &lt;br&gt;&lt;br&gt;I tried it says&lt;br&gt;[Sql Native Client]Tcp Provider: No Such host is known.&lt;br&gt;and the remaining error Messages.&lt;br&gt;Rgds,.</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#774098</link><pubDate>Wed, 27 Sep 2006 21:11:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:774098</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Nachi&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;Can you provide your connection string, which server were you trying to connect, you can &amp;quot; ping &amp;lt;machinename&amp;gt;&amp;quot; to see whether the server is reachable.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming.</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#850547</link><pubDate>Sat, 21 Oct 2006 00:27:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:850547</guid><dc:creator>krewekomedi</dc:creator><description>&lt;p&gt;For those of us who are used to SQL Server 2000, the solution is a change to the query string. &amp;nbsp;SQL Server 2000 only required the server name in the query string. &amp;nbsp;2005 Express requires &amp;quot;servername\SQLEXPRESS&amp;quot;.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#900534</link><pubDate>Mon, 30 Oct 2006 07:17:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:900534</guid><dc:creator>Jamal182</dc:creator><description>&lt;p&gt;Hi i keep getting this error when trying to connect to SQL.&lt;/p&gt;
&lt;p&gt;Sqlcmd: Error: Microsoft SQL Native Client : Cannot generate SSPI context.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1093513</link><pubDate>Fri, 17 Nov 2006 14:43:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1093513</guid><dc:creator>Altruist</dc:creator><description>&lt;p&gt;Another reason for this issue is the use of square braces when specifying the data source in the code.&lt;/p&gt;
&lt;p&gt;E.g [Servername\Instance] will not let you connect and generate -26 error&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1093660</link><pubDate>Fri, 17 Nov 2006 15:11:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1093660</guid><dc:creator>Murali Krishna K</dc:creator><description>&lt;p&gt;I am getting this error on all machines except the one where I started developing.&lt;/p&gt;
&lt;p&gt;&amp;quot;An error has occurred while establishing a connection to the server. &amp;nbsp;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)&amp;quot;&lt;/p&gt;
&lt;p&gt;The issue here is I am trying to connect to SQL Server 2000 database.&lt;/p&gt;
&lt;p&gt;The statement I used in web.config is &lt;/p&gt;
&lt;p&gt;&amp;lt;appSettings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;add key=&amp;quot;connectionString&amp;quot; value=&amp;quot;Data Source=192.168.50.5;Initial Catalog=tanger;Persist Security Info=True;User ID=sa; Password=sa&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/appSettings&amp;gt;&lt;/p&gt;
&lt;p&gt;Can you suggest any solution to overcome this.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1100358</link><pubDate>Sat, 18 Nov 2006 21:36:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1100358</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Murali&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;If your connection is remote connection:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;1) Did your sql server started successfully?&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;2) Did you have SQL 2k5 and SQL 2K side by side on the box? If so, can you enable sqlbrowser service and add it to firewall exceptionlist if your remote serveris behind firewall?&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;3) Is your sql server a named instance? If so, please change your connection string &amp;quot;Data Source= 192.&lt;/p&gt;
&lt;p&gt;168.50.5\\&amp;lt;InstanceName&amp;gt;&amp;quot;,By opening SQL Server Configuration Manager, you can see what sql instances installed on the box, and the instance name.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;4) See SQL server 2k ERRORLOG, find out which tcp port sql is listening, then add this port to firewall exception list.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;5) For remote connection, you should at least enable NP or TCP in your SQL 2000, did you? &lt;/p&gt;
&lt;p&gt;There are troubleshooting lists especial for remote connection in Blog:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>SQL Protocols : TroubleShoot SQL Server 2005 Remote Connectivity Issue</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1100871</link><pubDate>Sun, 19 Nov 2006 00:08:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1100871</guid><dc:creator>SQL Protocols : TroubleShoot SQL Server 2005 Remote Connectivity Issue</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1128705</link><pubDate>Thu, 23 Nov 2006 18:48:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1128705</guid><dc:creator>Milos</dc:creator><description>&lt;p&gt;Hi, &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am having trouble connecting to a remote SQL Server database. &amp;nbsp;I am using SQL Server Express (2005) and receive the following message when I try to access the remote server/database (SQL2005):&lt;/p&gt;
&lt;p&gt;An error has occurred while establishing a connection to the server. &amp;nbsp;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: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.) (Microsoft SQL Server, Error: 10060)&lt;/p&gt;
&lt;p&gt;On the client side:&lt;/p&gt;
&lt;p&gt;1.	I have confirmed username and password&lt;/p&gt;
&lt;p&gt;2.	TCP and named pipes are enabled&lt;/p&gt;
&lt;p&gt;3.	I can ping the remote server&lt;/p&gt;
&lt;p&gt;4.	I can telnet on port 14330 but not port 1433 - server only allows access via these two ports.&lt;/p&gt;
&lt;p&gt;5.	Using SQL Server Configuration Manager | SQL Native Client Configuration | Client Protocols, Named pipe and tcp are enabled; Click properties of Client Protocols, Np and tcp are in enabled protocols, plus, TCP is on the top of the order.&lt;/p&gt;
&lt;p&gt;6.	Using osql or sqlcmd to try &amp;quot; osql /S&amp;lt;remoteserver&amp;gt; /E&amp;quot; or &amp;quot;osql /S&amp;lt;remoteserver&amp;gt;\&amp;lt;Instancename&amp;gt; /E&amp;quot; verifies the connection works&lt;/p&gt;
&lt;p&gt;7.	Windows FW is off.&lt;/p&gt;
&lt;p&gt;I have tried to resolve this for the last week but am at a complete loss. &amp;nbsp;Any wise words would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Milos&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1130415</link><pubDate>Fri, 24 Nov 2006 00:51:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1130415</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Milos&lt;/p&gt;
&lt;p&gt;On Server side:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;1) Did you enable FW on your server which has SQL Server installed? If so, did you open sql port in the exception list? and did you add sqlbrowser.exe to the exception list?&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;2) Did your SQL Server started successfully? Can you double check the server ERRORLOG? or use &amp;quot;sc query mssql$sqlexpress&amp;quot;, what you got? Remember, by default sql express is a named instance, and you need to enable tcp or np on the server side to make remote connection, also, you can get tcp port from errorlog that sqlexpress was listening on, try &amp;quot;telnet &amp;lt;remoteserver&amp;gt; &amp;lt;port&amp;gt;&amp;quot; on your server box, see whether it works?&lt;/p&gt;
&lt;p&gt;Client side:&lt;/p&gt;
&lt;p&gt;3) You said, by using &amp;quot;osql or sqlcmd&amp;quot; connection works, so how does your connection string in your client application look like? Can you enlarge connection timeout?&lt;/p&gt;
&lt;p&gt;Finally, are your client and server in the same domain?&lt;/p&gt;
&lt;p&gt;Check out following sqlexpress blog about best practice to connec to sqlexpress and blog about troubleshooting list for sql remote connection.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1212498</link><pubDate>Tue, 05 Dec 2006 21:15:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1212498</guid><dc:creator>Mia</dc:creator><description>&lt;p&gt;Please let me know how to increase user connections SQL Server 2005?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1224481</link><pubDate>Wed, 06 Dec 2006 20:01:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1224481</guid><dc:creator>Tomo</dc:creator><description>&lt;p&gt;I am having connection issues...&lt;/p&gt;
&lt;p&gt;using the command: &lt;/p&gt;
&lt;p&gt;C:\&amp;gt;osql -S &amp;lt;servername&amp;gt;\SQLEXPRESS -U sa&lt;/p&gt;
&lt;p&gt;Password:&lt;/p&gt;
&lt;p&gt;[SQL Native Client]SQL Network Interfaces: Error Locating Server/Instance&lt;/p&gt;
&lt;p&gt;Specified [xFFFFFFFF].&lt;/p&gt;
&lt;p&gt;[SQL Native Client]Login timeout expired&lt;/p&gt;
&lt;p&gt;[SQL Native Client]An error has occurred while establishing a connection to&lt;/p&gt;
&lt;p&gt;the server. When connecting to SQL Server 2005, this failure may be caused by&lt;/p&gt;
&lt;p&gt;the fact that under the default settings SQL Server does not allow remote&lt;/p&gt;
&lt;p&gt;connections.&lt;/p&gt;
&lt;p&gt;ALL of the protocols are on and should be working. &amp;nbsp;I can connect locally. &amp;nbsp;Any ideas?!&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1241785</link><pubDate>Fri, 08 Dec 2006 22:42:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1241785</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Tomo&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;The issue you came across is because you might not enable remote connection in sqlexpress. Please check following blog:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1247810</link><pubDate>Sun, 10 Dec 2006 00:16:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1247810</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Mia&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Can you be more specific to the question: &amp;quot;Please let me know how to increase user connections &amp;quot;? &lt;/p&gt;
&lt;p&gt;1) Does your client application &amp;nbsp;run out of tcp port? check following KB:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/328476"&gt;http://support.microsoft.com/kb/328476&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2) Do you mean you want to increase cucurrent connections to SQL Server? Then search &amp;quot;Set User Connections&amp;quot; in SQL Server 2005 booksonline.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1294020</link><pubDate>Fri, 15 Dec 2006 16:13:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1294020</guid><dc:creator>Mohan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;I have upgraded one of my servers from SQL 2000 to SQL 2005 SP1.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;I have tried running one of the common SQL &amp;nbsp;scripts from command prompt and it gives the following error&lt;/p&gt;
&lt;p&gt;HResult 0xE9 Level 16, State 1&lt;/p&gt;
&lt;p&gt;Shared memory Provide: No process is on the other end of the pipe&lt;/p&gt;
&lt;p&gt;SQLCMD: Error: Microsoft SQL Native Client : Communication link failure&lt;/p&gt;
&lt;p&gt;The exact line where I am getting the error is&lt;/p&gt;
&lt;p&gt; - &amp;nbsp;sqlcmd.exe -Q &amp;quot;&amp;lt;any valid query&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;Could you let me know what is the cause of the error&lt;/p&gt;
&lt;p&gt;Following line is successful though&lt;/p&gt;
&lt;p&gt;- sqlcmd.exe -Q &amp;quot;&amp;lt;any valid query&amp;gt;&amp;quot; -U sa -P &amp;lt;valid password&amp;gt;&lt;/p&gt;
&lt;p&gt;But I would need the first statement without giving the username and password to work fine. Is there any way i could make it work?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Mohan.J&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1327434</link><pubDate>Wed, 20 Dec 2006 01:36:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1327434</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Mohan&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;1) First check whether it is the issue described in the following blog:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/07/26/678596.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/07/26/678596.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;2) Whether you enable NP protocol on your server side, if not please enable it, or go to SQL Server Configuration Manager, click properties of client protocols, and put 'TCP' on top of 'NP' in the protocol order.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; 3) try to change the connection string&amp;quot; sqlcmd -Snp:&amp;lt;machinename&amp;gt;\&amp;lt;Instance&amp;gt; -Q'' &amp;quot;&lt;/p&gt;
&lt;p&gt;see whether that works? be sure that you type the correct instance name, if it is default, then just &amp;lt;machinename&amp;gt;, otherwise need the instance name.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; 4) If you were makin remote connection, double check whether your server box that have sql instance has firewall enabled, and make sure &amp;quot;File and printer sharing&amp;quot; is in the exception list.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; 5) Whether this error happened intermittently, can try lower CPU comsumption.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1344626</link><pubDate>Fri, 22 Dec 2006 06:54:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1344626</guid><dc:creator>Nadir Viqar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to configure the connection string in web.congfig. It currently looks like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;DoxxDBConnectionString&amp;quot; connectionString=&amp;quot;Server=209.200.235.3;Database=DoxxDB;User ID=xxxx;Password=xxxx;&amp;quot; providerName=&amp;quot;System.Data.SqlClient&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;I keep on getting the message:&lt;/p&gt;
&lt;p&gt;An error has occurred while establishing a connection to the server. &amp;nbsp;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)&lt;/p&gt;
&lt;p&gt;I've tried variations in my connection string but it did not help. My database is on a Web host and they told me that remote connections are disbaled for security reasons. What do I do now with the connection string?&lt;/p&gt;
&lt;p&gt;Nadir&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1378710</link><pubDate>Fri, 29 Dec 2006 10:15:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1378710</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Nadir&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;1) If you were making remote connection, please double check whether you enable sqlbrowser service, and add it to the firewall exception list.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;2) Try enable np or tcp on your remote sql server, and restart the sql service, plus enable &amp;quot;File and printer sharing&amp;quot; in firewall, or add your sql tcp port to firewall exception list.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;3) Double check whther you were making connection to a named instance, if so, please modify your connetion string: &amp;quot;... Server = &amp;lt;ip&amp;gt;\&amp;lt;Instnacename&amp;gt; ...&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Finally, for more troubleshooting tips of remote connection, please see the following blog:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1411897</link><pubDate>Thu, 04 Jan 2007 21:34:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1411897</guid><dc:creator>Jesper Wilfing</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;Please use persons who talk proper english when writing manuals... I find it hard to understand this article... Here is an example of the bad language... &lt;/p&gt;
&lt;p&gt;&amp;quot;From the command line, “net start “check whether sqlservr.exe is present. &amp;nbsp;Go sql server configuration manager -&amp;gt; check the state of the service, if not running, start it. If server started fail, check event log or server error log, see what happened there.&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;PLEASE try to be a bit more Human friendly when describing your stuff!!&lt;/p&gt;
&lt;p&gt;/Jesper&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1490544</link><pubDate>Fri, 19 Jan 2007 00:39:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1490544</guid><dc:creator>Yesid</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to use a DTS between two different servers but I get the &amp;quot;Message 1&amp;quot;. Whish ports do I have to add to the firewall exception list?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1506328</link><pubDate>Mon, 22 Jan 2007 09:07:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1506328</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Yesid&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Were you make remote connection? So, please make sure &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;1) &amp;quot;File and Printer Sharing&amp;quot; is in your firewall exceptionlist. you can verify by &amp;quot;net view \\&amp;lt;yourserver&amp;gt;&amp;quot; from your client.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;2) Check sql errorlog, see whether your sql has tcp enabled and which tcp port it is listening on. Then add this port to the exception list.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; If your sql server is default instance, then it is port 1433, otherwise, you need to double check the ERRORLOG.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1515454</link><pubDate>Tue, 23 Jan 2007 19:52:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1515454</guid><dc:creator>James</dc:creator><description>&lt;p&gt;since I upgraded to SQL2005 I'm having trouble running a osql command.&lt;/p&gt;
&lt;p&gt;I copyed the new version of osql.exe and osql.rll to my windows 2003 terminal server.&lt;/p&gt;
&lt;p&gt;when I run the command osql -S sqlsrv01 -U pmadmin -P ******* -Q &amp;quot;BACKUP DATABASE API_PM_PSMN303_LIVE to PAYROLL with init&amp;quot;&lt;/p&gt;
&lt;p&gt;I receive the following error.&lt;/p&gt;
&lt;p&gt;[ODBC Driver Manager] Data source name not found and no default driver&lt;/p&gt;
&lt;p&gt;specified.&lt;/p&gt;
&lt;p&gt;All application that access the sql2005 databases from this box work fine.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1550228</link><pubDate>Mon, 29 Jan 2007 09:39:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1550228</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, James&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Does your client application use same driver or provider as Osql which is using odbc driver. The error indicated that your client driver was not correcl installed, so, suggest you reinstall client_components from SQL2005 installatin package.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1602265</link><pubDate>Mon, 05 Feb 2007 10:12:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1602265</guid><dc:creator>Harry</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have sql server running on a remote host and i am not able to connect to the machine without specyfing the port.&lt;/p&gt;
&lt;p&gt;like&lt;/p&gt;
&lt;p&gt;sqlcmd -S bentley\sqlexpress -U salil -P Qpppwd1234 -d salil&lt;/p&gt;
&lt;p&gt;does not connect but &lt;/p&gt;
&lt;p&gt;sqlcmd -S bentley\sqlexpress,1173 &amp;nbsp;-U salil -P Qpppwd1234 -d salil&lt;/p&gt;
&lt;p&gt;does.&lt;/p&gt;
&lt;p&gt;Kindly help me with the settings.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1606584</link><pubDate>Tue, 06 Feb 2007 00:29:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1606584</guid><dc:creator>rifist</dc:creator><description>&lt;p&gt;hi everyone How can I connect to remote sql server behind router? How can I connect with passive connection?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1606912</link><pubDate>Tue, 06 Feb 2007 01:57:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1606912</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;SQL has two hurdles to deal with when connecting. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;#1. Dynamic port resolution, or &amp;quot;What port is SQL running on?&amp;quot;.&lt;/p&gt;
&lt;p&gt;#2. Once I know the port, can I connect to the port.&lt;/p&gt;
&lt;p&gt;#1 dynamic port resultion is blocked by most firewalls by default today, this is UDP port 1434. &amp;nbsp;If you want dynamic port resolution, you need to open up UDP port 1434 on your firewall and also ensure that the SQL Browser Service is running for SQL 2005. &amp;nbsp;Also note that dynamic port resolution only works on named instances, it does not work for default instances. &amp;nbsp;So if you changed the tcp port for the default instance, #1 will never work for you, the client MUST know the port to connect to.&lt;/p&gt;
&lt;p&gt;#2. Now that I know the port, why can't I connect to the port? &amp;nbsp;This one is just basic tcp-ip 101. &amp;nbsp;Can I ping the IP? &amp;nbsp;Can I telnet to the port (telnet 123.123.123.123 1433)? &amp;nbsp;You could be blocked by the firewall or router or IPSec policy, you need to open these up for the specified target port and then everything will work.&lt;/p&gt;
&lt;p&gt;So to successfully resolve #1 and #2, you need to know what port your SQL is running on. &amp;nbsp;Start SQL and examine the ERRORLOG to see what tcp-ip port it is listening on. &amp;nbsp;Perhaps you have not configured SQL to listen on TCP-IP at all, check the configuration tools and enable TCP-IP for the instance, etc...&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1612970</link><pubDate>Tue, 06 Feb 2007 21:11:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1612970</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;When I try to connect to a default named Express instance (computername\SQLEXPRESS) in Management Studio at the machine (Windows XP SP2) where the instance is installed, I'm getting the following error:&lt;/p&gt;
&lt;p&gt;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) (Microsoft SQL Server)&lt;/p&gt;
&lt;p&gt;What does provider: SQL Network Interfaces mean? Does it mean the Shared Memory, Named Pipes and TCP/IP?&lt;/p&gt;
&lt;p&gt;Additional information:&lt;/p&gt;
&lt;p&gt;1. &amp;nbsp;The following Network Protocols are enabled: Shared Memory, Named Pipes, TCP/IP thru Configuration Manager&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;SQL Server Express default instance is running using NT AUTHORITY\NetworkService.&lt;/p&gt;
&lt;p&gt;3. &amp;nbsp;SQL Server Browser service is not running. I believe this is not needed unless I want to connect to the instance from another machine.&lt;/p&gt;
&lt;p&gt;4. &amp;nbsp;Has tried to disable Windows Firewall but I believe it should not be matter in this particular case since this is within the same machine.&lt;/p&gt;
&lt;p&gt;5. &amp;nbsp;Can connect to the instance in ODBC Administrator using System DSN thru Named Pipes or TCP/IP.&lt;/p&gt;
&lt;p&gt;I also want to confirm my understanding that a remote connection means you're connecting to a SQL Server instance installed on another computer and it will not mean to connect to a SQL Server instance installed on the same machine regardless of which network protocol is used. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don't understand why sql browser service is required for a local named instance that is mentioned in the paragraph (see below) in Message 6.&lt;/p&gt;
&lt;p&gt;--- copy from message 6&lt;/p&gt;
&lt;p&gt;You might connect to local named instance and explicitly specify protocol prefix “tcp:” or “np:” in the connection string, however, SqlBrowser service was not running. &lt;/p&gt;
&lt;p&gt;To resolve this, you should enable Sqlbrowser service on the server&lt;/p&gt;
&lt;p&gt;1) &amp;nbsp; &amp;nbsp; Use net start or go to sql configuration manager(SSCM), check whether sqlbrowser service is running, if not, start it. &lt;/p&gt;
&lt;p&gt;2) &amp;nbsp; &amp;nbsp; You still need to make sure SqlBrowser is active. Go to SSCM, click properties of sqlbrowser service -&amp;gt; Advanced-&amp;gt; Active “Yes” or “No”, if sqlbrowser is running but is not active, the service would not serve you correct pipe name and Tcp port info on which your connection depends.&lt;/p&gt;
&lt;p&gt;----- end of message 6&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1612989</link><pubDate>Tue, 06 Feb 2007 21:21:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1612989</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;In my previous message, I forget to ask whether Management Studio using a connection string which specifies protocol prefix &amp;quot;tcp:&amp;quot; or &amp;quot;np:&amp;quot; when it tries to connect to a local named instance? &amp;nbsp;If yes, what is the connection string look like and how to view it?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1613045</link><pubDate>Tue, 06 Feb 2007 21:42:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1613045</guid><dc:creator>Matt Neerincx (MSFT)</dc:creator><description>&lt;p&gt;There is no need to start SQL Browser service if you are connecting locally. &amp;nbsp;This is the default configuration for SQLExpress and SQL Server in general.&lt;/p&gt;
&lt;p&gt;Q. SQL Network Interfaces mean? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;A. This is just the name of the underlying network interface that the driver is using. &amp;nbsp;MDAC drivers use dbnetlib interface and the newer SNAC drivers use SNI (SQL Network Inteface). &amp;nbsp;To most customers this is not really that important, like knowing if you have copper or steel pipes, you don't care as long as the water comes out.&lt;/p&gt;
&lt;p&gt;Q. Does it mean the Shared Memory, Named Pipes and TCP/IP? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;A. Yes. &amp;nbsp;SNI implements these protocols (and so does dbnetlib).&lt;/p&gt;
&lt;p&gt;Q. I also want to confirm my understanding that a remote connection means you're connecting to a SQL Server instance installed on another computer and it will not mean to connect to a SQL Server instance installed on the same machine regardless of which network protocol is used. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;A. Yes, this is correct.&lt;/p&gt;
&lt;p&gt;The driver will first try hitting SQL Browser and secondly check the local registry to determine how to connect to the named instance SQLEXPRESS, this is how it works locally. &amp;nbsp;So if your client application cannot access the registry for some reason, then it could possibly fail to get information about the SQLEXPRESS instance.&lt;/p&gt;
&lt;p&gt;Go to SQL Server Configuration Manager and go under the SQL Native Client Configuration tool and verify Shared Memory is enabled and at the top of the list, this will probably fix it.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1613908</link><pubDate>Tue, 06 Feb 2007 23:50:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1613908</guid><dc:creator>Matt Neerincx (MSFT)</dc:creator><description>&lt;p&gt;Q. In my previous message, I forget to ask whether Management Studio using a connection string which specifies protocol prefix &amp;quot;tcp:&amp;quot; or &amp;quot;np:&amp;quot; when it tries to connect to a local named instance? &amp;nbsp;If yes, what is the connection string look like and how to view it?&lt;/p&gt;
&lt;p&gt;A. Management studio does not make any changes to the connection string, it just uses the given server name and the server to connect to. You can actually prefix the servername with tcp: or np: if you want and it will pass this thru, for example -&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;tcp:MyServer,5555&lt;/p&gt;
&lt;p&gt;This will connect to server on tcp port 5555.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1614638</link><pubDate>Wed, 07 Feb 2007 02:10:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1614638</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;Hi Matt,&lt;/p&gt;
&lt;p&gt;Thanks for your posts. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have tried few different settings in SQL Server Configuration Manager (SSCM).&lt;/p&gt;
&lt;p&gt;1. Enabled only the Shared Memory network protocol under SQL Server 2005 Network Configuration (SSNC) and disabled all the client protocols under SQL Native Client Configuration (SNCC). &amp;nbsp;I can connect in SSMS. &amp;nbsp;However, restarting SQL Server service in SSCM will get the message &amp;quot;The request failed or the service did not respond in a timely fashion...&amp;quot; &amp;nbsp;Sometimes, the message will just stay there and the CPU will run 100% and I need to reboot the machine. &amp;nbsp;If I stop and start the SQL Server service in SSCM, it does not have this problem. &amp;nbsp;It seems to me that the Client Protocols under SNCC can be all disabled and SSMS will still work.&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;Disabled all network protocols under SSNC. &amp;nbsp;Enabled only Shared Memory under SNCC. &amp;nbsp;Starting SQL Server service in SSCM will get the message &amp;quot;The request failed or the service did not respond...&amp;quot; &amp;nbsp;Does it mean that SQL Server service can only be started if at least one of the network protocols is enabled?&lt;/p&gt;
&lt;p&gt;3. &amp;nbsp;Enabled only Named Pipes or TCP/IP under SSNC. &amp;nbsp;Disabled all client protocols under SNCC. &amp;nbsp;Trying to connect in SSMS will get error: 26 Error Locating Server/Instance Specified if SQL Server Browser service is not running.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1614676</link><pubDate>Wed, 07 Feb 2007 02:25:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1614676</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;Hi Matt,&lt;/p&gt;
&lt;p&gt;Forget to ask this in my last message.&lt;/p&gt;
&lt;p&gt;You mention that connection issue may be caused by registry entries not being accessible. &amp;nbsp;What are the registry entries that I need to check? &amp;nbsp;Who should able to access those registries when the SQL Server service is running under NT Authority/networkservice?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1622429</link><pubDate>Thu, 08 Feb 2007 02:00:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1622429</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;SQL Server 2005 Express is installed in a Windows XP SP2 machine in a peer-to-peer network. &amp;nbsp;When the windows firewall is on, only 1 of the workstations within the network can connect to the SQL Server. &amp;nbsp;When windows firewall is off, all the workstations within the network can connect to the SQL Server. I cannot figure out why only 1 workstation can connect when the windows firewall is on.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1624069</link><pubDate>Thu, 08 Feb 2007 07:45:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1624069</guid><dc:creator>Randy McGlenn</dc:creator><description>&lt;p&gt;BIG Ah Ha! &amp;nbsp;For a number of you, this may have been obvious, but I didn't see this one. &amp;nbsp;When trying to connect to my sql instance, such as using the SQL Server Manager; where Microsoft asks for a server, they REALLY MEAN Server AND Instance! &amp;nbsp;i.e. server\instance (MYPC\SQLEXPRESS)&lt;/p&gt;
&lt;p&gt;Hope this helps some of you!&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1628978</link><pubDate>Thu, 08 Feb 2007 22:00:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1628978</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;I want to understand the IP Addresses tab of the TCP/IP Properties in SQL Server Configuration Manager. &amp;nbsp;The following settings are from the default named instance of SQL Server 2005 Express (computername\SQLEXPRESS) on a Windows XP SP2 machine with IP Address 192.168.1.151.&lt;/p&gt;
&lt;p&gt;IP1 has the following settings:&lt;/p&gt;
&lt;p&gt;Active: Yes&lt;/p&gt;
&lt;p&gt;Enabled: No&lt;/p&gt;
&lt;p&gt;IP Address: 192.168.1.151&lt;/p&gt;
&lt;p&gt;TCP Dynamic Ports: 0&lt;/p&gt;
&lt;p&gt;TCP Port: 1433&lt;/p&gt;
&lt;p&gt;IP2 has the following settings:&lt;/p&gt;
&lt;p&gt;Active: Yes&lt;/p&gt;
&lt;p&gt;Enabled: No&lt;/p&gt;
&lt;p&gt;IP Address: 127.0.0.1&lt;/p&gt;
&lt;p&gt;TCP Dynamic Ports: 0&lt;/p&gt;
&lt;p&gt;TCP Port: &lt;/p&gt;
&lt;p&gt;IPAll&lt;/p&gt;
&lt;p&gt;TCP Dynamic Ports: 1121&lt;/p&gt;
&lt;p&gt;TCP Port:&lt;/p&gt;
&lt;p&gt;Is the instance using Dynamic Port or Static Port? &amp;nbsp;Normally, I will see blank for TCP Port when TCP Dynamic Ports is 0 in IP1 but in this case, TCP Port has 1433.&lt;/p&gt;
&lt;p&gt;My guess is that the instance is using Dynamic Port and the port is 1121.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1658035</link><pubDate>Mon, 12 Feb 2007 09:55:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1658035</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Peter&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;You are right, sql server named instance use Dynamic port. And from the configuration you posted, your sql express is listening on 1121 if tcp enabled. Since, IP1 and IP2 were not enabled, which means you server is listening on all IP Address, hence it use the port 1121.&lt;/p&gt;
&lt;p&gt;You can check out following blog for sqlexpress connectivity guidline and troubleshooting tips.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1676380</link><pubDate>Wed, 14 Feb 2007 16:44:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1676380</guid><dc:creator>Alina</dc:creator><description>&lt;p&gt;It is not enough to set a firewall exception for sqlservr.exe. The 1433 port also has to be added as an exception.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1718638</link><pubDate>Tue, 20 Feb 2007 00:08:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1718638</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;I'm trying to create an ODBC System DSN to connect to a remote SQL Server 2005 default instance (MSSQLSERVER). &amp;nbsp;Information for the remote SQL Server 2005:&lt;/p&gt;
&lt;p&gt;1. SQL Browser service running under LocalSystem&lt;/p&gt;
&lt;p&gt;2. Windows Firewall is disabled&lt;/p&gt;
&lt;p&gt;3. Shared Memory, Named Pipes, and TCP/IP are enabled.&lt;/p&gt;
&lt;p&gt;4. TCP/IP's Listen All is set to Yes and IPAll is using dynamic port which is 1905.&lt;/p&gt;
&lt;p&gt;The problem I have is that the ODBC System DSN won't able to connect to the remote SQL Server 2005 if I check Dynamically determine port but able to connect if I specify the port number 1905. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I issue telnet 192.168.1.151 1905, I will the blank command window titled Telnet 192.168.1.151 so I guess this mean the port is accessible.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1719920</link><pubDate>Tue, 20 Feb 2007 03:41:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1719920</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;I have just submitted a feedback in connect.microsoft.com. &amp;nbsp;I think I should include it in here since it is a connection issue:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=259022"&gt;https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=259022&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1720064</link><pubDate>Tue, 20 Feb 2007 04:09:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1720064</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;The issue I posted on Monday, February 19, 2007 4:08 PM is also caused by the issue I posted on Monday, February 19, 2007 7:41 PM.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1733761</link><pubDate>Wed, 21 Feb 2007 11:38:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1733761</guid><dc:creator>Shum</dc:creator><description>&lt;p&gt;Hey!! &lt;/p&gt;
&lt;p&gt;Im a new user of sql server 2005... i want to connect sql server between two remote computers... When i do it, i get the following message:&lt;/p&gt;
&lt;p&gt;TITLE: Connect to Server&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;Cannot connect to PC1_V6810\administrator.&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;ADDITIONAL INFORMATION:&lt;/p&gt;
&lt;p&gt;Timeout expired. &amp;nbsp;The timeout period elapsed prior to completion of the operation or the server is not responding. (Microsoft SQL Server, Error: -2)&lt;/p&gt;
&lt;p&gt;For help, click: &lt;a rel="nofollow" target="_new" href="http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&amp;amp;EvtSrc=MSSQLServer&amp;amp;EvtID=-2&amp;amp;LinkId=20476"&gt;http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&amp;amp;EvtSrc=MSSQLServer&amp;amp;EvtID=-2&amp;amp;LinkId=20476&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;----------------------------------------&lt;/p&gt;
&lt;p&gt;Any body has any idea how to resolve it... Im not an expert so tell &amp;nbsp;me in the easiest language..&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1768116</link><pubDate>Tue, 27 Feb 2007 12:56:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1768116</guid><dc:creator>joan</dc:creator><description>&lt;p&gt;Hi,am trying to connect a remote database to sql server 2005 but it keeps giving me error report.what could be the problem?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1768142</link><pubDate>Tue, 27 Feb 2007 13:00:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1768142</guid><dc:creator>JOAN</dc:creator><description>&lt;p&gt;am trying to connect to a remote database using sql server 2005 but it keeps giving an error messege.whats happening?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1768321</link><pubDate>Tue, 27 Feb 2007 14:03:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1768321</guid><dc:creator>Juliano</dc:creator><description>&lt;p&gt;I have the error below, I try everything, If I can't solve this error the solucion will be only one, change to Oracle.&lt;/p&gt;
&lt;p&gt;An error has occurred while establishing a connection to the server. &amp;nbsp;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) &lt;/p&gt;
&lt;p&gt;juliaojoa@msn.com&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1768492</link><pubDate>Tue, 27 Feb 2007 15:16:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1768492</guid><dc:creator>Rupert</dc:creator><description>&lt;p&gt;I'm having a connection problem.&lt;/p&gt;
&lt;p&gt;When I run the website with Visual Dev 2005 &amp;amp; SQL 2005 Express, the site fires up great. If I try to connect to the ASPNETDB while the site is on, I cant connect. &lt;/p&gt;
&lt;p&gt;If I add a new connection via SSMS, show some table data and refresh the web page, I get an error stating that (MyServerName)\ASPNET user doesn't have access.&lt;/p&gt;
&lt;p&gt;At 1st I thought that the ASPNET acct didn't have the correct permissions until I stumbled on the true error by restarting and firing up the website to find the error inaccurate. The login is ok, its just that SSMS becomes a Dictator and locks the aspnet user acct out.&lt;/p&gt;
&lt;p&gt;To bring the site back up, I have to close connections to SSMS b4 anyone notices.&lt;/p&gt;
&lt;p&gt;I have the sql browser svc on, tcp &amp;amp; named pipes enabled.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1769932</link><pubDate>Tue, 27 Feb 2007 20:42:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1769932</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Juliano&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;The error is very general, it indicated you probably connected to a named instance, is it sqlexpress?&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;1) In your connection string, gave a wrong sql insrance name.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;2) You were making remote connection, and you did not enable tcp or np on you SQL 2k5.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;3) You did not add tcp port and sqlbrowser.exe into firewall exception list.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;4) Your sql instance is not started.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;5) You do not have a sql named instance, but you specify a named instance in your connection string.&lt;/p&gt;
&lt;p&gt;To help out your problem, please check out the following blogs:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;2) &lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1777541</link><pubDate>Thu, 01 Mar 2007 10:06:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1777541</guid><dc:creator>Juliano</dc:creator><description>&lt;p&gt;Only aspnetdb don't work in my production environment, access to any other database work fine and in developer machine running the project, the access work too.&lt;/p&gt;
&lt;p&gt;Below my connection String.&lt;/p&gt;
&lt;p&gt;My server is a multhomed machine using Ras and the internal firewall disable, in local nic.&lt;/p&gt;
&lt;p&gt;I can't see why that error, because to any other connection works fine.&lt;/p&gt;
&lt;p&gt;Any help, really apreciate.&lt;/p&gt;
&lt;p&gt; &amp;lt;connectionStrings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;remove name=&amp;quot;SqlConnectionString&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;SqlConnectionString&amp;quot; connectionString=&amp;quot;Data Source=zeus\sql2005;Persist Security Info=True;Initial Catalog=aspnetdb;User Id=AspNet; Password=***; &amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/connectionStrings&amp;gt;&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1821606</link><pubDate>Wed, 07 Mar 2007 01:58:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1821606</guid><dc:creator>Ted</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to create a system dsn on a client pc but i am getting the&lt;/p&gt;
&lt;p&gt;following error:&lt;/p&gt;
&lt;p&gt;'Connection failed.&lt;/p&gt;
&lt;p&gt;SQL state '01000'&lt;/p&gt;
&lt;p&gt;SQL Server Error:10061&lt;/p&gt;
&lt;p&gt;[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]&lt;/p&gt;
&lt;p&gt;ConnectionOpen(COnnect()).&lt;/p&gt;
&lt;p&gt;Connection Failed.&lt;/p&gt;
&lt;p&gt;SQL State '08001'&lt;/p&gt;
&lt;p&gt;SQL Server Error:17&lt;/p&gt;
&lt;p&gt;[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Serever does not&lt;/p&gt;
&lt;p&gt;exist or access denied.'&lt;/p&gt;
&lt;p&gt;I have unchecked 'dynamically determine port' in 'client configuration' but&lt;/p&gt;
&lt;p&gt;it still not working.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#1965249</link><pubDate>Tue, 27 Mar 2007 19:22:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1965249</guid><dc:creator>StuBeDo</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have the Message 1 type error:&lt;/p&gt;
&lt;p&gt;&amp;quot;TITLE: Connect to Server&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;Cannot connect to &amp;quot;SQL Server Name&amp;quot;.&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;ADDITIONAL INFORMATION:&lt;/p&gt;
&lt;p&gt;An error has occurred while establishing a connection to the server. &amp;nbsp;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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;BUTTONS:&lt;/p&gt;
&lt;p&gt;OK&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;I can ping to the machine name and ip ok. Remote connections are allowed on the SQL server instance. I can login locally to the SQL server. &lt;/p&gt;
&lt;p&gt;sqlcmd -S &amp;quot;sqlservername&amp;quot; -E gives the following error&lt;/p&gt;
&lt;p&gt;HResult 0x35, Level 16, State 1....&lt;/p&gt;
&lt;p&gt;Any ideas how to reslove this&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2005711</link><pubDate>Sun, 01 Apr 2007 17:27:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2005711</guid><dc:creator>Hemendra Singh</dc:creator><description>&lt;p&gt;hello sir,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i download MSQSL server 2005 from MicroSoft site now i run successfully but connection making is fail with DSN because of wrong Login Name and Password so plz tell the right Login Name and password for making DSN(data source name ) and run the test successfully &lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;
&lt;p&gt;Hemendra Singh&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2012892</link><pubDate>Mon, 02 Apr 2007 19:43:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2012892</guid><dc:creator>Matt Neerincx (MSFT)</dc:creator><description>&lt;p&gt;By default SQL 2005 will install with integrated security login only. &amp;nbsp;So by default you just connect using the follwing connection string:&lt;/p&gt;
&lt;p&gt;DSN=Foo;Integrated Security=SSPI;&lt;/p&gt;
&lt;p&gt;Don't enter a userid or password in other words. &amp;nbsp;As long as you are admin on the box you should be able to log in.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2058948</link><pubDate>Mon, 09 Apr 2007 11:17:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2058948</guid><dc:creator>Martin Cook</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Regarding the error Named Pipes Provider, error: 40 - Could not open a connection to SQL Server.&lt;/p&gt;
&lt;p&gt;I was receiving this error when attempting to add the server MCXP-DEV (my local sql server instance) in server explorer in VS2005. &amp;nbsp;This was the only option available in the drop down. &amp;nbsp;By adding \LOCAL to this string (as I had seen this in connection strings I have generating previously) the server was adding no problem. &amp;nbsp;Maybe someone else could shed some light on why the dropdown showed the machine name as the ID for the sql server instance when however the fully qualified instance name of MCXP-DEV\LOCAL was required to connect successfully.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2100835</link><pubDate>Thu, 12 Apr 2007 18:51:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2100835</guid><dc:creator>pioner</dc:creator><description>&lt;p&gt;Hi, I have this problem&lt;/p&gt;
&lt;p&gt;TITLE: Microsoft SQL Server Management Studio Express&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;Cannot show requested dialog.&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;ADDITIONAL INFORMATION:&lt;/p&gt;
&lt;p&gt;Cannot show requested dialog. (Microsoft.SqlServer.Express.SqlMgmt)&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;Failed to connect to server PRUEBAS\PRUEBASEXPRESS. (Microsoft.SqlServer.Express.ConnectionInfo)&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)&lt;/p&gt;
&lt;p&gt;For help, click: &lt;a rel="nofollow" target="_new" href="http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;amp;EvtSrc=MSSQLServer&amp;amp;EvtID=233&amp;amp;LinkId=20476"&gt;http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;amp;EvtSrc=MSSQLServer&amp;amp;EvtID=233&amp;amp;LinkId=20476&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;BUTTONS:&lt;/p&gt;
&lt;p&gt;OK&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;that occur when I try to open the properties of anything, server, tables, etc. Or try to modify the structure of any table. &lt;/p&gt;
&lt;p&gt;can anyone help with that? &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I restart the sql services but that don't help. &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2164414</link><pubDate>Tue, 17 Apr 2007 20:03:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2164414</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, pioner&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Please check out the following blog:&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/07/26/678596.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/07/26/678596.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2178193</link><pubDate>Wed, 18 Apr 2007 20:49:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2178193</guid><dc:creator>gq</dc:creator><description>&lt;p&gt;I can't telnet my SQL2k5 server within the same network, but I can use SQL Server Mangement Studio to configure and manage it now problem. I have a SQL2K server on the same network, both Telnet and Studio work without any problem.&lt;/p&gt;
&lt;p&gt;please help&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2194097</link><pubDate>Thu, 19 Apr 2007 19:48:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2194097</guid><dc:creator>Matt Neerincx (MSFT)</dc:creator><description>&lt;p&gt;Most likely the port 1433 is blocked on this SQL Server by Windows Firewall. &amp;nbsp;Even if port 1433 is blocked by Windows Firewall, tools like SQL Management Studio can connect over named pipes, which goes over a different port. &amp;nbsp;The client will try tcp-ip and then named pipes and if one succeeds you can connect.&lt;/p&gt;
&lt;p&gt;So solution is to open TCP port 1433 on the SQL Server machine you cannot telnet to.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2215784</link><pubDate>Sat, 21 Apr 2007 06:12:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2215784</guid><dc:creator>GrahamC</dc:creator><description>&lt;p&gt;Thanks. Solved my connection problems&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2290614</link><pubDate>Fri, 27 Apr 2007 00:52:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2290614</guid><dc:creator>Diyashil</dc:creator><description>&lt;p&gt;Here is an interesting scenerio I came across while migrating from SQL 2000 to SQL 2005.&lt;/p&gt;
&lt;p&gt;After migrating to SQL 2005 all users could connect to the server through the SQL management studio. But they were unable to make an ODBC connection to the server.&lt;/p&gt;
&lt;p&gt;After spending almost 2 days on this issue &amp;nbsp;I finally &amp;nbsp;dropped the login &amp;nbsp;and recreated it again. I was finally able to make an ODBC connection to the server.&lt;/p&gt;
&lt;p&gt;Interesting!!.&lt;/p&gt;
&lt;p&gt;Shilpi Balan&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#2413642</link><pubDate>Fri, 04 May 2007 22:05:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2413642</guid><dc:creator>Rakesh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a connectivity problem in accessing SQL server 2000 using dotnet provider(SQL client). I tried connecting using visual web developer 2005.&lt;/p&gt;
&lt;p&gt;1) I can connect to SQL server using OLEDB provider but dotnet provider(SQL client) is failing with exception &amp;quot;Timeout expired. &amp;nbsp;The timeout period elapsed prior to completion of the operation or the server is not responding&amp;quot;&lt;/p&gt;
&lt;p&gt;2) I can connect to other SQL servers without any problem.&lt;/p&gt;
&lt;p&gt;So I guess the problem is related to this particular SQL server. I wonder any extra configuration setting should be required in SQL server to communicate with Dot net provider.&lt;/p&gt;
&lt;p&gt;Any help is greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Rakesh&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#3461011</link><pubDate>Fri, 22 Jun 2007 16:17:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3461011</guid><dc:creator>Redcell</dc:creator><description>&lt;p&gt;Hi, I am having a connection failed error in SQL. This is the full error we are getting.&lt;/p&gt;
&lt;p&gt;Connection faiiled:&lt;/p&gt;
&lt;p&gt;SQLState:'01000'&lt;/p&gt;
&lt;p&gt;SQL Server Error: 10060&lt;/p&gt;
&lt;p&gt;[Microsoft][ODBC SQL Sever Driver][TCP/IP Sockets]ConnectionOpen (connect()).&lt;/p&gt;
&lt;p&gt;Connection failed:&lt;/p&gt;
&lt;p&gt;SQLState:'08001'&lt;/p&gt;
&lt;p&gt;SQLServer:17&lt;/p&gt;
&lt;p&gt;[Microsoft][ODBC SQL Server Driver]SQL Server dose not exist or access denied.&lt;/p&gt;
&lt;p&gt;Any help would be great or if you could point me in the right direction. Thank you.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#3464211</link><pubDate>Fri, 22 Jun 2007 18:52:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3464211</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Redcell&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Can you answer the question by followin the below guidence for us to further help you:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=87&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=87&amp;amp;SiteID=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#3781026</link><pubDate>Mon, 09 Jul 2007 15:56:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3781026</guid><dc:creator>helen steve</dc:creator><description>&lt;p&gt;I don't think that would be the reason.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#4129962</link><pubDate>Mon, 30 Jul 2007 14:31:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4129962</guid><dc:creator>Ashwani Kumar</dc:creator><description>&lt;p&gt;I m getting this error during the login process, i m unable to login even though i m entering the right username and password. Plz help me for this. First Time Error - &amp;quot;A connection was successfully established with server, but then an error occured during the login process (provider : Shared Meomary Provider, error : 0 - No Process is on the other end of the pipe) (Microsoft SQL Server, Error : 233)&amp;quot; followed by error (Repeated error) login failed for user 'sa' (microsoft SQL Server Error, 18456.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#4135507</link><pubDate>Mon, 30 Jul 2007 22:58:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4135507</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Ashwani&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Please check out the server errorlog, which will give you the info that why your client connection got rejected.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#5500091</link><pubDate>Thu, 18 Oct 2007 01:01:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5500091</guid><dc:creator>Pradeep </dc:creator><description>&lt;p&gt;Unable to connect to server MMSINDIA:&lt;/p&gt;
&lt;p&gt;Server: Msg 17, Level 16, State 1&lt;/p&gt;
&lt;p&gt;[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.&lt;/p&gt;
&lt;p&gt;please help me&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#5511115</link><pubDate>Thu, 18 Oct 2007 20:41:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5511115</guid><dc:creator>nemo11</dc:creator><description>&lt;p&gt;Memo: The same error is generated if you have two or more TCP/IP addresses on your server. This error is usully removed if you call your server not by DNS name, but by address, as&lt;/p&gt;
&lt;p&gt; 123.45.67.89\SQLEXPRESS&lt;/p&gt;
&lt;p&gt;in ODBC or in SQL Management Studio.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#6834641</link><pubDate>Sat, 22 Dec 2007 13:20:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6834641</guid><dc:creator>Ken McLeod</dc:creator><description>&lt;p&gt;I'm puzzled. None of these is the message I get. Besides, I spent the best part of a morning copying a database from SQL2K to this instance, debugging, and getting a connection from a client app. When I left, it was all working, and I did the whole thing by remote desktop connect to the server and running Mgmt Studio on the server by remote connection.&lt;/p&gt;
&lt;p&gt;A day later, the client can't connect and when I try and use Mgmt Studio by remote connect to the SQL Server I get:&lt;/p&gt;
&lt;p&gt;Cannot connect to SQLSERVE.&lt;/p&gt;
&lt;p&gt;An error has occurred while establishing a connection to the server. &amp;nbsp;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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)&lt;/p&gt;
&lt;p&gt;Help on the error says the service is not started, but it is.&lt;/p&gt;
&lt;p&gt;ERRORLOG shows no info since I successfully accessed the SQL server on the 19th.&lt;/p&gt;
&lt;p&gt;Two questions:&lt;/p&gt;
&lt;p&gt;1. How to resolve?&lt;/p&gt;
&lt;p&gt;2. How did this get changed?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#6873352</link><pubDate>Thu, 27 Dec 2007 02:48:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6873352</guid><dc:creator>Pete Ocasio</dc:creator><description>&lt;p&gt;I am trying to run the replication merge agent for the first time for &amp;nbsp;a replication. &amp;nbsp;Several servers already replicate to the same server without problems. &amp;nbsp;I have replicated all the previous Publishers to my subscriber with the identical setup with the exception of the user login into the server. &amp;nbsp;The user login sees the appropriate tables in the subscriber yet the first synchronization errors with the following:&lt;/p&gt;
&lt;p&gt;rror messages:&lt;/p&gt;
&lt;p&gt;The process could not connect to Subscriber 'hera'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20084) Get help: &lt;a rel="nofollow" target="_new" href="http://help/MSSQL_REPL20084"&gt;http://help/MSSQL_REPL20084&lt;/a&gt; Named Pipes Provider: Could not open a connection to SQL Server [53].&lt;/p&gt;
&lt;p&gt;(Source: MSSQLServer, Error number: 53)&lt;/p&gt;
&lt;p&gt;Get help: &lt;a rel="nofollow" target="_new" href="http://help/53"&gt;http://help/53&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;An error has occurred while establishing a connection to the server.&lt;/p&gt;
&lt;p&gt;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. (Source: MSSQLServer, Error number: 53) Get help: &lt;a rel="nofollow" target="_new" href="http://help/53"&gt;http://help/53&lt;/a&gt; Login timeout expired (Source: MSSQLServer, Error number: 0) Get help: &lt;a rel="nofollow" target="_new" href="http://help/0"&gt;http://help/0&lt;/a&gt; The merge process failed to execute a query because the query timed out.&lt;/p&gt;
&lt;p&gt;If this failure continues, increase the query timeout for the process.&lt;/p&gt;
&lt;p&gt;When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write. (Source:&lt;/p&gt;
&lt;p&gt;MSSQLServer, Error number: 0)&lt;/p&gt;
&lt;p&gt;Get help: &lt;a rel="nofollow" target="_new" href="http://help/0"&gt;http://help/0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The subscription to publication 'PUB_1' could not be verified. Ensure that all Merge Agent command line parameters are specified correctly and that the subscription is correctly configured. If the Publisher no longer has information about this subscription, drop and recreate the subscription. &amp;nbsp;(Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201019) Get help: &lt;a rel="nofollow" target="_new" href="http://help/MSSQL_REPL-2147201019"&gt;http://help/MSSQL_REPL-2147201019&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have any of you seen this error before? &amp;nbsp;Do you know of a possible solution?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Pete Ocasio&lt;/p&gt;
&lt;p&gt;Senior Software Developer&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#6875324</link><pubDate>Thu, 27 Dec 2007 09:31:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6875324</guid><dc:creator>Red4Con1</dc:creator><description>&lt;p&gt;do you have same page for Server 2008?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#6877685</link><pubDate>Thu, 27 Dec 2007 17:24:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6877685</guid><dc:creator>Pete Ocasio</dc:creator><description>&lt;p&gt;This situation occurs in SQL Server 2005. &amp;nbsp;While I have sql server 2008 Nov beta installed in another system, i have not even started testing replication in 2008. &amp;nbsp;I have 85 replicated databases in 2000 and 8 in 2005. Any ideas on solving the problem?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#6879798</link><pubDate>Thu, 27 Dec 2007 23:24:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6879798</guid><dc:creator>Pete Ocasio</dc:creator><description>&lt;p&gt;The solution to my issue was to place a record for the subscriber in the hosts file in sys32. &amp;nbsp;Apparently what I have done for over 8 years, establishing and alias for the subscriber is not the correct thing to do and Microsoft does not support DNS resolution for replication but WINS .... Who figures.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#6879799</link><pubDate>Thu, 27 Dec 2007 23:24:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6879799</guid><dc:creator>Pete Ocasio</dc:creator><description>&lt;p&gt;The solution to my issue was to place a record for the subscriber in the hosts file in sys32. &amp;nbsp;Apparently what I have done for over 8 years, establishing and alias for the subscriber is not the correct thing to do and Microsoft does not support DNS resolution for replication but WINS .... Who figures.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#7019939</link><pubDate>Mon, 07 Jan 2008 23:46:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7019939</guid><dc:creator>SQL 2005</dc:creator><description>&lt;p&gt;Useless and junk product, also bundled with a scrap product reporting services. A product should be simple, like even creating a user is kept like taking time to give birth to a baby from starting.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#7827782</link><pubDate>Thu, 21 Feb 2008 05:48:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7827782</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;I am using Vista Ultimate. &amp;nbsp;I still get the error &amp;quot;An error has occurred while establishing a connection to the server. &amp;nbsp;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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) &amp;quot;&lt;/p&gt;
&lt;p&gt;I've tried most of the things in this forum. &amp;nbsp;My named pipes are enabled and I've tried changing the connection string to both use SQL Authentication and Windows. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am setting the connection string in my web.config using the Enterprise Library config tool. &amp;nbsp;This doesn't do anything wierd, it just sets the connection string up and inputs that into your web.config per the database, authenticaion method (windows or sql), logon info (if using sql), etc. &amp;nbsp; You can even test the connection while in the config tool and it works fine either way so I don't understand why when I try to load my .aspx I am still getting this error.&lt;/p&gt;
&lt;p&gt;The user of course has rights to the database or else the config testing of the connection string in enterprise manager wouldn't work anyway.&lt;/p&gt;
&lt;p&gt;Here's a couple of connection strings that were created that I tried but I get the same error for all t hese:&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;Connection String&amp;quot; connectionString=&amp;quot;Data Source=(local);Initial Catalog=Elbalazo;Persist Security Info=True;User ID=ElbalazoAdmin;Password=******&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;providerName=&amp;quot;System.Data.SqlClient&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;Connection String&amp;quot; connectionString=&amp;quot;Data Source=(local);Initial Catalog=Elbalazo;Integrated Security=True&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;providerName=&amp;quot;System.Data.SqlClient&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;I checked in the SQL Server Configuration Manager and named pipes is enabled across the board.&lt;/p&gt;
&lt;p&gt;The connection string test to be good in Enterprise Library Config tool (what was created above) when it tests that string.&lt;/p&gt;
&lt;p&gt;I don't now what else to do. &amp;nbsp;I of course am part of the Administrators group on my PC. &amp;nbsp;This is a home PC using Vista Ultimate.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#7828479</link><pubDate>Thu, 21 Feb 2008 06:39:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7828479</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;You gotta love it. &amp;nbsp;Microsoft increases security in both Vista and SQL Server 2005 but cannot give us decent error messages nor give us common scenario list that I'm sure they came across when they tested and their clients beta tested connection strings within their applications to SQL 2005.&lt;/p&gt;
&lt;p&gt;I mean in my case we're talking about a simple .aspx that has a correct connection string clearly in the web.config, the user has the rights, typical sh** and still there is an entire dedicated page to this BS.&lt;/p&gt;
&lt;p&gt;Common Microsoft, &amp;nbsp;you should be shipping a box of Fail with instructions on how to undo your mysterious mazes.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8078053</link><pubDate>Thu, 06 Mar 2008 23:37:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8078053</guid><dc:creator>Patrick S</dc:creator><description>&lt;p&gt;Still having trouble figuring out the problem with our linked server issue. &amp;nbsp;Looking at the servers having the problems, we are running MSSQLServer under an end user's domain account... &amp;nbsp;I checked his account profile under the delegation tab, the settings are as follows: &lt;/p&gt;
&lt;p&gt;-Do not trust this user for delegation&lt;/p&gt;
&lt;p&gt;-Use Kerberos only.&lt;/p&gt;
&lt;p&gt;Our problem is when we try to do cross-server queries, the link is supposed to authenticate on the other server as the user running the query since we have the connection set to &amp;quot;Be made using the login's current security context&amp;quot; on the link object itself. &amp;nbsp;However, when the query fails, we get this error:&lt;/p&gt;
&lt;p&gt;OLE DB provider &amp;quot;SQLNCLI&amp;quot; for linked server &amp;quot;Administration&amp;quot; returned message &amp;quot;Login timeout expired&amp;quot;.&lt;/p&gt;
&lt;p&gt;OLE DB provider &amp;quot;SQLNCLI&amp;quot; for linked server &amp;quot;Administration&amp;quot; returned message &amp;quot;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.&amp;quot;.&lt;/p&gt;
&lt;p&gt;Msg 53, Level 16, State 1, Line 0&lt;/p&gt;
&lt;p&gt;Named Pipes Provider: Could not open a connection to SQL Server [53]. &lt;/p&gt;
&lt;p&gt;Msg 18456, Level 14, State 1, Line 1&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;Msg 18456, Level 14, State 1, Line 1&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;Msg 18456, Level 14, State 1, Line 1&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;Msg 18456, Level 14, State 1, Line 1&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;Msg 18456, Level 14, State 1, Line 1&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;Why would it say it was an anonymous login if it is windows authentication?&lt;/p&gt;
&lt;p&gt;Testing the link object itself (by right clicking and do a &amp;quot;test connection&amp;quot; gives us a similar error:&lt;/p&gt;
&lt;p&gt;&amp;quot;The test connection to the linked server failed.&amp;quot;&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;ADDITIONAL INFORMATION:&lt;/p&gt;
&lt;p&gt;An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;Named Pipes Provider: Could not open a connection to SQL Server [53]. &lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;/p&gt;
&lt;p&gt;OLE DB provider &amp;quot;SQLNCLI&amp;quot; for linked server &amp;quot;Administration&amp;quot; returned message &amp;quot;Login timeout expired&amp;quot;.&lt;/p&gt;
&lt;p&gt;OLE DB provider &amp;quot;SQLNCLI&amp;quot; for linked server &amp;quot;Administration&amp;quot; returned message &amp;quot;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.&amp;quot;. (Microsoft SQL Server, Error: 53)&lt;/p&gt;
&lt;p&gt;FYI, We use only windows authentication for SQL. &amp;nbsp;Any ideas?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8078146</link><pubDate>Thu, 06 Mar 2008 23:42:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8078146</guid><dc:creator>Patrick S</dc:creator><description>&lt;p&gt;On the server which we're trying to pull the data from (via the linked object) a quick glance at the SQL Server Logs reveals this error:&lt;/p&gt;
&lt;p&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. &lt;/p&gt;
&lt;p&gt;Error: 18456, Severity: 14, State: 11.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8078611</link><pubDate>Fri, 07 Mar 2008 00:03:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8078611</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi Patrick,&lt;/p&gt;
&lt;p&gt; &amp;nbsp;It looks like this is your problem:&lt;/p&gt;
&lt;p&gt;-Do not trust this user for delegation&lt;/p&gt;
&lt;p&gt; &amp;nbsp;The SQL Server's user account needs to be trusted for delegation, otherwise it won't be able to pass on its credentials to the next SQL Server account. &amp;nbsp;Try changing this to trust the SQL Server account for delegation and see if that helps. &amp;nbsp;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;If it isn't already, you will also need to set the account of the user that is connecting to the SQL Server and issuing the query (i.e., the user your application runs under) so that it is trusted for delegation.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8079286</link><pubDate>Fri, 07 Mar 2008 00:36:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8079286</guid><dc:creator>Patrick S</dc:creator><description>&lt;p&gt;Dan,&lt;/p&gt;
&lt;p&gt;Thanks for the quick response!!! &amp;nbsp;One more question. &amp;nbsp;I haven't seen a delegation tab under any other users except for this account (happens to be the company president) that's running the SQL services.... &amp;nbsp;Why would that tab not be there for anyone but him? &amp;nbsp;Does the tab automatically appear if your user account is used to run a service on the domian like SQL? &amp;nbsp;Or is it a setting somewhere else?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8079944</link><pubDate>Fri, 07 Mar 2008 01:07:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8079944</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi Patrick,&lt;/p&gt;
&lt;p&gt; &amp;nbsp;I don't have an Active Directory box handy to look at this, but I think the Delegation tab appears for any user that doesn't have &amp;quot;This account is sensitive and cannot be delegated&amp;quot; selected. &amp;nbsp;Can you make sure that this is not selected for the user(s) you are trying to enable delegation for?&lt;/p&gt;
&lt;p&gt;This MSDN article might be helpful:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/ms189580.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms189580.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8080751</link><pubDate>Fri, 07 Mar 2008 01:48:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8080751</guid><dc:creator>Patrick S</dc:creator><description>&lt;p&gt;Dan,&lt;/p&gt;
&lt;p&gt;Well, I solved our problem and answered your question all in one shot.&lt;/p&gt;
&lt;p&gt;I believe the delegation tab appears if you have a service running under your user account on the domain. &amp;nbsp;The reason I think this is because I just changed both our dev SQL boxes to run the SQL service under &amp;quot;NT Authority\NetworkService&amp;quot; and that solved our linked server problem. &amp;nbsp;I went back and checked the user's account that it was running under before, and viola! &amp;nbsp;No more delegation tab. &amp;nbsp;For the record, I have no idea why these boxes were setup to run under his domain account (instead of a built-in one) in the 1st place, but I'm sure he had a good reason at the time.&lt;/p&gt;
&lt;p&gt;Thanks for all your help on this.. &amp;nbsp;I'll keep you guys posted if anything changes.&lt;/p&gt;
&lt;p&gt;Patrick-&lt;/p&gt;
</description></item><item><title>SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8591119</link><pubDate>Wed, 11 Jun 2008 13:32:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8591119</guid><dc:creator>Kalyan Dey</dc:creator><description>&lt;p&gt;Hi There,&lt;/p&gt;
&lt;p&gt;I am trying to configure SQL Server 2005 express in a local system. It does not have any network connection. I have the services stared but facing the following issues when trying to connect.&lt;/p&gt;
&lt;p&gt;When I type osql/snp:\\local\pipe\sql\query at the command prompt &lt;/p&gt;
&lt;p&gt;I am getting the fowllowing error messagre&lt;/p&gt;
&lt;p&gt;[Shared Memory]SQL Server does not exist or access denied.&lt;/p&gt;
&lt;p&gt;[Shared Memory]ConnectionOpen (Connect()).&lt;/p&gt;
&lt;p&gt;When I look into the configuration manager I see both &lt;/p&gt;
&lt;p&gt;SQL Server(SQLEXPRESS) and SQL Server Browser running.&lt;/p&gt;
&lt;p&gt;I have the following Protocol for SQLExpress enabled:&lt;/p&gt;
&lt;p&gt;Shared Memory&lt;/p&gt;
&lt;p&gt;Named Pipes&lt;/p&gt;
&lt;p&gt;TCP/IP&lt;/p&gt;
&lt;p&gt;Further,when I try to run sqlcmd at the command prompt I am getting the following error message:&lt;/p&gt;
&lt;p&gt;HResult 0x2, level 16, State 1&lt;/p&gt;
&lt;p&gt;Named Pipe Provider: Could not open a connection to SQL Server [2].&lt;/p&gt;
&lt;p&gt;Sqlcmd: Error: Microsoft SQL Native Client: An error has occured 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..&lt;/p&gt;
&lt;p&gt;Sqlcmd:Error: Microsoft SQL Native Client : Login timeout expired. &lt;/p&gt;
&lt;p&gt;Any hlep to resolve the above issue will be highly appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kalyan.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8638677</link><pubDate>Sun, 22 Jun 2008 16:47:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8638677</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;I recently install game called Perfect World. Installation was succesful also patching. But when i started the game i got this error:&lt;/p&gt;
&lt;p&gt;[SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [53]&lt;/p&gt;
&lt;p&gt;i have no idea what to do, because I dont have any experiance regarding SQL. I have SQL Server Compact edition insatlled v3.1. &lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8638702</link><pubDate>Sun, 22 Jun 2008 16:54:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8638702</guid><dc:creator>tim*</dc:creator><description>&lt;p&gt;sory for another posthere is more detiled error&lt;/p&gt;
&lt;p&gt;Microsoft SQL Native Client error '80004005'&lt;/p&gt;
&lt;p&gt;Named Pipes Provider: Could not open a connection to SQL Server [53].&lt;/p&gt;
&lt;p&gt;/ann-list.asp, line 67 &lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8732554</link><pubDate>Tue, 15 Jul 2008 06:36:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8732554</guid><dc:creator>Maxx</dc:creator><description>&lt;p&gt;Guys, in Delphi I've resolved &amp;quot;SQL Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF]&amp;quot; error by simple changing of Provider property of ADO Connection component from SQLNCLI.1 to SQLNCLI, the same I did in ConnectionString.&lt;/p&gt;
&lt;p&gt;I believe the same works for VB.&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8840762</link><pubDate>Thu, 07 Aug 2008 12:35:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8840762</guid><dc:creator>Deepak pathak</dc:creator><description>&lt;p&gt;TITLE: SQL Server Import and Export Wizard&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;Could not set up data flow connections.&lt;/p&gt;
&lt;p&gt;The connection type &amp;quot;OLEDB&amp;quot; specified for connection manager &amp;quot;{2674C80A-233C-4394-A978-EE8B07D623A8}&amp;quot; is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;ADDITIONAL INFORMATION:&lt;/p&gt;
&lt;p&gt;The connection type &amp;quot;OLEDB&amp;quot; specified for connection manager &amp;quot;{2674C80A-233C-4394-A978-EE8B07D623A8}&amp;quot; is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.&lt;/p&gt;
&lt;p&gt; ({472FD15D-0A3F-440F-9CA7-53F399921BF0})&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;BUTTONS:&lt;/p&gt;
&lt;p&gt;OK&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;TITLE: SQL Server Import and Export Wizard&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;Could not connect source component.&lt;/p&gt;
&lt;p&gt;The connection &amp;quot;SourceConnectionOLEDB&amp;quot; is not found. This error is thrown by Connections collection when the specific connection element is not found.&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;ADDITIONAL INFORMATION:&lt;/p&gt;
&lt;p&gt;The connection &amp;quot;SourceConnectionOLEDB&amp;quot; is not found. This error is thrown by Connections collection when the specific connection element is not found.&lt;/p&gt;
&lt;p&gt; ({472FD15D-0A3F-440F-9CA7-53F399921BF0})&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
&lt;p&gt;BUTTONS:&lt;/p&gt;
&lt;p&gt;OK&lt;/p&gt;
&lt;p&gt;------------------------------&lt;/p&gt;
</description></item><item><title>rahul</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#8956960</link><pubDate>Thu, 18 Sep 2008 11:37:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8956960</guid><dc:creator>SQL server authentication problem (how to set login password)</dc:creator><description>&lt;p&gt;hello sir,&lt;/p&gt;
&lt;p&gt;i m having problem...problems i must say in connection to MS sql server 2005.&lt;/p&gt;
&lt;p&gt;1) I works fine with windows authentication...but does not work with sqlserver authentication.&lt;/p&gt;
&lt;p&gt;2) I program it give error 40...something like that.&lt;/p&gt;
&lt;p&gt;3) Please help me configure sql server fro sqlserver authentication and connection &lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9013250</link><pubDate>Thu, 23 Oct 2008 19:13:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9013250</guid><dc:creator>GAMA</dc:creator><description>&lt;p&gt;Yo tengo una aplicacion hecha en VB 2005, mi aplicacion la monte en un servidor 2008 con sql 2005, mi aplicacion hace una b&amp;#250;squeda en una base de datos y muestra un GridView mismo que puede paginar la informacion. Puedo ingresar a mi aplicacion (algunos componentes cargan datos de la base de datos), logro hacer la busqueda y el grid view la pagina, el problema es que cuando quiero ver lasiguiente pagina u otra que no sea la primera me manda el error. Puedo ingresar a mi aplicacion (algunos componentes cargan datos de la base de datos), logro hacer la busqueda y el Vista grid la pagina, el problema es que quiero ver cuando lasiguiente pagina u otra que no sea la primera me manda el error.&lt;/p&gt;
&lt;p&gt;&amp;quot;Error mientras se establec&amp;#237;a la conexi&amp;#243;n con el servidor. Al conectar con SQL Server 2005, el error se puede producir porque la configuraci&amp;#243;n predeterminada de SQL Server no admite conexiones remotas. (provider: Proveedor de canalizaciones con nombre, error: 40 - No se pudo abrir una conexi&amp;#243;n con SQL Server) &amp;quot; &amp;quot;Error mientras se establec&amp;#237;a la conexi&amp;#243;n con el servidor. Al conectar con SQL Server 2005, el error se puede producir porque la configuraci&amp;#243;n predeterminada de SQL Server no admite conexiones remotas. (Proveedor de: proveedor de canalizaciones con nombre, error: 40 - No se pudo abrir una conexi&amp;#243;n con SQL Server) &amp;quot;&lt;/p&gt;
&lt;p&gt;La opcion de conexiones remotas esta marcada y mi FireWall esta configurado para que permita la conexion, si no fuera asi no me deberia permitir ingresar a mi aplicacion pues mi aplicacion al cargarse utiliza la base de datos. La opcion de conexiones remotas esta marcada y mi firewall est&amp;#225; configurado para que permita la conexi&amp;#243;n, si no fuera asi no me deberia permitir ingresar a mi aplicacion mi aplicacion pues al cargarse utiliza la base de datos.&lt;/p&gt;
&lt;p&gt;espero me puedan ayudar muchas gracias. espero me puedan ayudar muchas gracias. &lt;/p&gt;
</description></item><item><title>there is an error 40 in sql server management studio</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9019705</link><pubDate>Tue, 28 Oct 2008 08:09:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9019705</guid><dc:creator>idomalik</dc:creator><description>&lt;p&gt;plz tell me about the error 40 &lt;/p&gt;
&lt;p&gt;its hapening here when i wants to connect with remote server. and its also tell dat sqlserver doesnot connect with remote server in default setting, is dere any genious who tell me about dis problem&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9143700</link><pubDate>Wed, 26 Nov 2008 12:54:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9143700</guid><dc:creator>Goyal</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; I am trying to connect to the SQL Server2005 database through SQlConnection in VS2005 using .NET2.0. It works great for direct internet connections but does not work when the client computer is connected to internet through a proxy server. Any pointers on what I should be doing ?&lt;/p&gt;
&lt;p&gt;Atul&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9191287</link><pubDate>Wed, 10 Dec 2008 18:22:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9191287</guid><dc:creator>Vincent</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am running SQL 2005 Server management studio. I can connect remotely to other DB's in the domain where the SQL server is located without any problems. &lt;/p&gt;
&lt;p&gt;The problem I have is when I try to connect to a DB in another domain I get the following error message: &amp;quot;Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Also, I've tried connecting via the osql prompt but I get the same error.&lt;/p&gt;
&lt;p&gt;There are other SQL 2005 servers in the domain that are workking fine. It's only this one server that is causing this problem.&lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9450579</link><pubDate>Sat, 28 Feb 2009 12:26:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9450579</guid><dc:creator>andrew</dc:creator><description>&lt;p&gt;why oh why did i ever decide to 'get into computers'&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9462737</link><pubDate>Fri, 06 Mar 2009 17:39:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9462737</guid><dc:creator>tlipham</dc:creator><description>&lt;p&gt;I keep getting this error....&lt;/p&gt;
&lt;p&gt;Connection failed:&lt;/p&gt;
&lt;p&gt;SQLState:'01000'&lt;/p&gt;
&lt;p&gt;SQL &amp;nbsp;Server Error:2&lt;/p&gt;
&lt;p&gt;[Microsoft][ODBC SQL Servier Driver][DBNETLIB]Connection Open&lt;/p&gt;
&lt;p&gt;(Connect()).&lt;/p&gt;
&lt;p&gt;SQL State:'08001'&lt;/p&gt;
&lt;p&gt;SQL Server Error:17&lt;/p&gt;
&lt;p&gt;[Microsoft]{ODBC SQL Server Driver][DBNEBLIB]SQL Server does not exist or access denied.&lt;/p&gt;
&lt;p&gt;but your instructions will not work for Windows Vista. I am just a baby when it comes to this stuff. Please Help&lt;/p&gt;
</description></item><item><title>SQL Server 2005 Express Edition :Remote database access connectivity</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9470511</link><pubDate>Wed, 11 Mar 2009 16:55:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9470511</guid><dc:creator>Anand</dc:creator><description>&lt;p&gt;I tried to establish a remote connectivity with another instance of sql server 2005 in a remote computer and inspite of following all the steps,I coudn't make it and i got the following error:&lt;/p&gt;
&lt;p&gt;&amp;quot;A network-related or instance-specific error occurred while establishing a &lt;/p&gt;
&lt;p&gt;connection to SQL Server. The server was not found or was not accessible.&lt;/p&gt;
&lt;p&gt; Verify that the instance name is correct and that SQL Server is configured &lt;/p&gt;
&lt;p&gt;to allow remote connections. (provider: Named Pipes Provider, &lt;/p&gt;
&lt;p&gt;error: 40 - Could not open a connection to SQL Server)&lt;/p&gt;
&lt;p&gt; (.Net SqlClient Data Provider) &amp;quot;&lt;/p&gt;
&lt;p&gt;Please write down step by step procedure to resolve this issue.&lt;/p&gt;
&lt;p&gt;Thankyou&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9608714</link><pubDate>Wed, 13 May 2009 05:12:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9608714</guid><dc:creator>IvanK</dc:creator><description>&lt;p&gt;use the connection string in this way and if you follow all the instructions that the users give before maybe you can solve the problem...&lt;/p&gt;
&lt;p&gt;static SqlConnection cn = new SqlConnection(&amp;quot;Server=YOURPC\\SQLEXPRESS; Database=YOURBASE; Trusted_Connection=true&amp;quot;);&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9823767</link><pubDate>Wed, 08 Jul 2009 15:13:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9823767</guid><dc:creator>Steve Lang</dc:creator><description>&lt;p&gt;In Message 3, you indicate that error 233 is related to &amp;quot;Could not open a connection to SQL Server&amp;quot;&lt;/p&gt;
&lt;p&gt;How is it that sysmessages shows error 233 as &amp;quot;The column '%.*ls' in table '%.*ls' cannot be null.&amp;quot;?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9853059</link><pubDate>Thu, 30 Jul 2009 11:34:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9853059</guid><dc:creator>Delijohn</dc:creator><description>&lt;p&gt;[Hi,&lt;/p&gt;
&lt;p&gt; &amp;nbsp;I am trying to connect to the SQL Server2005 database through SQlConnection in VS2005 using .NET2.0. It works great for direct internet connections but does not work when the client computer is connected to internet through a proxy server. Any pointers on what I should be doing ?]&lt;/p&gt;
&lt;p&gt;Somebody asked this... can we find an answer?&lt;/p&gt;
</description></item><item><title>re: SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/22/sql-server-2005-connectivity-issue-troubleshoot-part-i.aspx#9854906</link><pubDate>Sat, 01 Aug 2009 07:24:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9854906</guid><dc:creator>Prashant W</dc:creator><description>&lt;p&gt;Thank you very much for your post you have solved my gr8 problem.&lt;/p&gt;
</description></item></channel></rss>