Azure SQL:保持活动状态选项
是否可以在 Azure SQL 数据库上启用和设置 KeepAlive 属性?当我在 Azure 数据库上使用 Microsoft SQL Management Studio 时找不到它。
Is it possible to enable and set the KeepAlive property on a Azure SQL database? I can't find it when i'm using Microsoft SQL Management Studio on the Azure database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对不起;这确实不是一个选择。 keepalive 选项实际上是一个影响数据库连接行为的 TCP 配置设置;您无权访问 SQL Azure 中的任何计算机/网络配置选项。
然而,SQL Azure 已经提供了一个内置功能,可以自动终止空闲连接和长时间运行的事务;这应该会产生类似的结果。
Sorry; that's not really an option. The keepalive option is really a TCP configuration setting that impacts the behavior of database connections; you do not have access to any machine/network configuration options in SQL Azure.
However SQL Azure already provides a built-in feature that automatically kills idle connections and long-running transactions; this should provide a similar outcome.