数据库连接时间过期问题

发布于 2024-12-06 16:11:03 字数 269 浏览 8 评论 0原文

我有一台服务器计算机和四台客户端计算机用于数据库连接。

我在服务器和一台机器以及所有其余系统中安装了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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你是年少的欢喜 2024-12-13 16:11:03

这取决于您使用什么来连接: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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文