Insert record activity. Can I get executed query?
|
What is the best way to troubleshoot the bug? Can I get an executed SQL query? so I will check manually. |
-
Hi Rakesh,
This error is mostly because you are trying to put string to number field in DB or the length of the string is too big for the field specified in DB.The SQL Query you can see in SQL server profiler (SSMS Tool) or just try to understand the query specified in the configuration and then write in SQL. In most cases you should have the same query.
Regards,
Alexey
Please sign in to leave a comment.

Comments
2 comments