SQL Server Profiler - 错误详细信息
我启用了整个错误部分,但它只说:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有能力,当您开始配置文件会话时,请选择 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.