Forum Discussion

little_rat's avatar
little_rat
Copper Contributor
Mar 11, 2019
Solved

how to change the inputbuf size for the deadlock.

I generate the deadlocks with long text sql, more than 2K, but when read the XDL file, I can not get the full SQL text, is there any parameter to change the SQL size for deadlock ? 
  • AMarimuthu's avatar
    AMarimuthu
    Mar 13, 2019
    It may be due to Ring buffer target
    https://www.sqlskills.com/blogs/jonathan/why-i-hate-the-ring_buffer-target-in-extended-events/
    Solution : go with package0.asynchronous_file_target
    http://michaeljswart.com/2016/01/monitor_deadlocks/

Resources