开发者

Debugger and Intellitrace show truncated text in text viewer for long SqlCommand.CommandText

I'm trying to find out what the text is of a select statement made against SQL Server using Entity Framework. The CommandText property under both IntelliTrace and the debugger truncate the text to exactly 4096 characters in the text view. Is t开发者_运维技巧here a way to see all of it or to configure these tools to at least raise the limit?

Update: This still occurs as part of the VS 2015 Diagnostic Tools.


I ran into this same limitation.

I started using the MS-SQL profiler to see the entire command text. There are other profilers and NuGet packages to be able to see the entire command.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜