MS SQL Server 2005 Express x86 - 其端口无法访问 - 帮助
我刚刚安装了 MS SQL Server 2005 Express,当然,我正在尝试将其与我的测试应用程序连接,但问题是......由于某种原因我无法连接它 我已经使用 CP“netstat -an”检查了其端口,但输出列表根本不包含任何 1433 端口 :( SQL 服务正在运行 我可以使用操作系统服务检查它,但其端口不可用 :( 我有安装了 MS SQL Server 2005 Express Management Studio,但由于某种原因它成功连接了 MS SQL :(
所以问题是...如何安装 MS SQL 以便能够将其与客户端 (Java) 应用程序连接?
有关更多信息: 操作系统:Windows XP x86 SP3 MS SQL Server 2005 Express
如有任何有用的意见,我们将不胜感激
,谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在Windows“开始”>“所有程序”>“Microsoft SQL Server”????>“配置工具”>“SQL Server 配置管理器”中
,在左侧的树中,选择下面列出的节点,并确保 TCP/IP 的状态为“启用”。事实上,我不确定是否必须同时启用它们或仅启用其中之一。
如果它们未启用,只需右键单击它们并单击“启用”即可。
我不确定这会解决您的问题,因为自从我遇到“我的”问题以来已经有一段时间了,但这听起来像是同一件事。
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.
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.
您可能需要查看以下 MSDN 操作方法文章:
如何:将服务器配置为侦听特定 TCP 端口(SQL Server 配置管理器)
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)