数据库连接时间过期问题
我有一台服务器计算机和四台客户端计算机用于数据库连接。
我在服务器和一台机器以及所有其余系统中安装了sqlexpress 2008,它们通过EMS(SQL Manager 2008 for SQL Server)连接了数据库。
问题是,当我从具有 sqlexpress 2008 的 m/c 连接数据库时,它给出“超时已过期”,
但所有其余系统都可以轻松连接到服务器。
为什么它会为该特定系统提供错误。
我没有得到这个问题的任何正确的解决方案。
I have a server machine and four client machine for database connectivity.
I installed sqlexpress 2008 in server and one machine and all remaining systems, they have connected the database through the EMS (SQL Manager 2008 for SQL Server ).
The issue is that when I connect the database from that m/c which has sqlexpress 2008 then it gives "Timeout Expired"
But all remaining systems connect to server easily.
Why it gives an error for that particular system.
I didn't get any proper solution for this issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您使用什么来连接:Windows 集成安全性还是 SQL Server 安全性?
另外,请确保您连接到服务器计算机上正确的 SQL Server 实例(默认实例不需要指定实例名称,而对于命名实例,您需要连接到 \\
希望这有帮助,
再见
cghersi
It depends on what do you use to connect: Windows integrated security or SQL Server security?
And also, make sure you are connecting to the right instance of SQL Server on server machine (default instance doesn't need to specify the instance name, while for named instances you need to connect to \\
Hope this helps,
Bye
cghersi