Decimal passed incorrectly from C# to SQL Server with TableAdapters

人走茶凉 提交于 2019-12-02 02:35:47

This appears to be a display bug in SQL Profiler when the TextData column is not included in the trace and the text of the RPC command is reconstructed from another source (presumably BinaryData).

I followed your steps and was able to repo on SQL 2008 R2 using a default trace in SQL profiler.

However, when the trace properties are changed to include the TextData column for RPC:Completed, the correct command is displayed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!