MS SQL Server 2005 Express x86 - its port is unreachable - help

℡╲_俬逩灬. 提交于 2019-12-25 03:54:45

问题


I have just installed the MS SQL Server 2005 Express and, of course, I am trying to connect it with my test app but the thing is ... for some reason I cannot connect it I have already checked its port with the CP "netstat -an" but the outcoming list does not contain any 1433 port at all :( The SQL service is running I could check it with the OS Services but its port is unavailable :( I have installed MS SQL Server 2005 Express Management Studio but for some reason it connected the MS SQL successfuly :(

So the question is... How to install the MS SQL to be able connecting it with a client (Java) app?

For more information: OS: Windows XP x86 SP3 MS SQL Server 2005 Express

Any useful comments are appreciated

Thanks


回答1:


In Windows Start>All Programs>Microsoft SQL Server ????>Configuration Tools>SQL Server Configuration Manager

In the tree on the left, Select the nodes listed below and make sure that the Status of TCP/IP is "enabled". In truth I'm not sure if they both have to be enabled or just one.

SQL Server Configuration Manager>SQL Server Network Configuration>Protocols for MSSQLSERVER

SQL Server Configuration Manager>SQL Native Client 10.0>Client Protocols

If they aren't enabled, simply right click on them and click "Enable". I'm not positive that this will fix you're problem, because it's been a while since I ran into 'my' problem, but it sounds like the same thing.




回答2:


You might want to check the following MSDN How To article:

How to: Configure a Server to Listen on a Specific TCP Port (SQL Server Configuration Manager)



来源:https://stackoverflow.com/questions/6390126/ms-sql-server-2005-express-x86-its-port-is-unreachable-help

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!