How to clean Dynamics NAV 2013 debugger breakpoints
Views (1642)
If you have so many debugger breakpoints where you can't go to each and disable then use this following TSQL code.
Thank you and Regards,
USE [NAVDatabase];
delete from dbo.[Debugger Breakpoint];
delete from dbo.[Session Event];
Thank you and Regards,
Tharanga Chandrasekara
This was originally posted here.

Like
Report
*This post is locked for comments