SQL Server Profiler - 错误详细信息

发布于 2024-11-04 09:57:06 字数 229 浏览 0 评论 0原文

我启用了整个错误部分,但它只说:

Exception: Error converting data type nvarchar to datetime.

很高兴知道,但细节是什么?我想知道是什么特定查询导致了这个以及所有其他详细信息。有办法实现这一点吗?

我检查了 SQL 语句开始/完成、SP 开始/完成等。我还应该启用什么才能使其显示我需要的更多详细信息?

I enabled the whole error-section but it only says smth like:

Exception: Error converting data type nvarchar to datetime.

It's good to know, but what's about the details? I wanna know what particular query caused this and all the other verbose information. Is there a way to attain this?

I checked SQL Statement Starting/Completed, SP Starting/Completed etc. What more should I enable to make it show more details I need?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

情绪少女 2024-11-11 09:57:06

如果您有能力,当您开始配置文件会话时,请选择 TSQL_REPLAY 模板。这将提供您需要的所有详细信息。

If you have the ability to, when you begin your profile session, select the TSQL_REPLAY template. This will provide all the details you need.

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