gpt4 book ai didi

ssms - SQL 2016 实时查询统计错误 : "An error occurred while executing batch. Error message is: One or more errors occurred."

转载 作者:行者123 更新时间:2023-12-04 21:36:05 27 4
gpt4 key购买 nike

我正在 SSMS 中测试 SQL 2016 Live Query Stats,每次尝试时都会收到错误消息“执行批处理时出错。错误消息是:发生一个或多个错误。”并且不返回任何结果集。一位同事试过了,对他来说效果很好,其他人有这个问题吗?

更新
回答提出的问题。这是返回到消息选项卡的整个错误。要重现您需要做的就是在 SSMS 2016 中选择 Live Query Stats 并运行任何查询,但我收到此错误。

最佳答案

重现错误。

安装 AdventureWorks2016 示例数据库。我实际上使用了 AdventureWorks2016CTP3 副本。

通过 SSMS 2016 启用实时执行。运行以下查询

SELECT
oh.AccountNumber
,oh.Comment
,oh.DueDate
,oh.OrderDate
,oh.Freight
,oh.TotalDue
,od.[SalesOrderID]
,od.[SalesOrderDetailID]
,od.[CarrierTrackingNumber]
FROM [AdventureWorks2016].[Sales].[SalesOrderHeader] as oh inner join [AdventureWorks2016].[Sales].[SalesOrderDetail] as od on od.SalesOrderID = oh.SalesOrderID

我在结果 Pane 中收到以下错误。我将继续挖掘以找出发生这种情况的原因。
(121317 row(s) affected)

(6 row(s) affected)
An error occurred while executing batch. Error message is: One or more errors occurred.

SQL Server 2016 管理工作室 13.0.15000.23
Microsoft SQL Server 2016 T-SQL ScriptDom 13.0.1601.5
适用于 SQL Server 2016 13.0.1601.5 的 Microsoft 报表查看器
SQL Server 2016 13.0.1601.5 的 Microsoft 系统 CLR 类型
适用于 SQL Server 13.0.1601.5 的 Microsoft ODBC 驱动程序 13
Microsoft SQL Server 数据层应用程序框架 (x86) 13.0.3330.1
Microsoft SQL Server 2012 native 客户端 11.3.6518.0

关于ssms - SQL 2016 实时查询统计错误 : "An error occurred while executing batch. Error message is: One or more errors occurred.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37837012/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com