Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Profiler - Error Details

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?

like image 922
Mr.RoyDiibs Avatar asked Nov 05 '22 22:11

Mr.RoyDiibs


1 Answers

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.

like image 142
Greg9Strat Avatar answered Nov 09 '22 16:11

Greg9Strat