Running
select * from micros.chk_dtl
order by chk_open_date_time
shows a check from 2007-04-26 that has chk_open "F" but for some reason is not being purged through the nightly autosequence. The purge seems to be running correctly as the next check shown is from 2013-11-15.
How would I go about manually purging this check?
Thanks in advance!
-- Mike
select * from micros.chk_dtl
order by chk_open_date_time
shows a check from 2007-04-26 that has chk_open "F" but for some reason is not being purged through the nightly autosequence. The purge seems to be running correctly as the next check shown is from 2013-11-15.
How would I go about manually purging this check?
Thanks in advance!
-- Mike