azure – 登录时客户端已断开连接

在将我们的sql Azure计算机更新到v12之后,我们得到了一些我们在尝试对它运行命令时没有遇到过的奇怪异常.
Inner exception information (level 1):
    Exception type: System.Data.sqlClient.sqlException
    Exception message: Client disconnected during login
A severe error occurred on the current command.  The results,if any,should be discarded.

这是你的其他任何人得到的东西,你是如何解决它的?

编辑:我们在欧盟,美国和亚洲有三个地区.但是,我们只是在亚洲面临这个问题.

解决方法

这是sql Azure端的连接问题.如果在连接字符串中启用了MARS,则应该只能看到当前的问题.

已经确定了一个修复方案,应该很快在亚洲数据中心部署.

相关文章

SELECT a.*,b.dp_name,c.pa_name,fm_name=(CASE WHEN a.fm_n...
if not exists(select name from syscolumns where name=&am...
select a.*,pano=a.pa_no,b.pa_name,f.dp_name,e.fw_state_n...
要在 SQL Server 2019 中设置定时自动重启,可以使用 Window...
您收到的错误消息表明数据库 'EastRiver' 的...
首先我需要查询出需要使用SQL Server Profiler跟踪的数据库标...