- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2017 05:30 AM
Just recently changed SQL Capture settings from Filter Parameter Values to Capture Raw SQL.
Parameter values are now displaying fine, however, longer sql queries are now being truncated to 999 characters and seeing "Max SQL Capture Length [999] Reached" at the end of the SQL. They weren't previously being truncated before changing the setting.
Can someone let me know which setting/configuration controls this 999 limit? Google and searches on this site haven't turned up anything.
Thanks,
Craig
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2017 10:38 AM
Hi Craig,
I found this post which I think has the solution at the bottom. Let me know if that works for you:
Cody
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 09:27 AM
Thanks Cody,
I had also seen that post but was a little apprenhensive about adding a custom configuration and a new property - but after your post I bit the bullet and it did indeed work. Adding new agent property max-length-batch-sql to custom node configuration as Integer(5000) in my case worked great.
Thanks,
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2017 09:43 AM
Cool! Glad I was able to find that for you.
Cody