begin transaction
UPDATE t
SET nxtavailablenum = '51896'
--select *
FROM dbo.trfnxtnum t
WHERE trxtype = 'CRREC'
AND client = 'CA'
----Commit transaction
-- the current number befor update>> 51594
--select max(seqnum) from tcrcomm =>> 51895
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article