开发者

SQL Server Profiler - Error Details

开发者 https://www.devze.com 2023-03-01 04:52 出处:网络
I enabled the whole error-section but it only says smth like: Exception: Error converting data type nvarchar to datetime.

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消