SQL Migration NAV 4.0 SP3

ssinglassingla Member Posts: 2,973
In a download "Changing Alphabets" it has been mentioned that in Codeunit 104011 (Data Check Management) remove deleteall and put in COMMIT.
The relevant code I found is
RangeCheckEntry.DELETEALL;
CodeFieldInfo.DELETEALL;
COMMIT;

COMMIT is already there, should I remove the delete all lines or :?:
CA Sandeep Singla
http://ssdynamics.co.in
Sign In or Register to comment.