Select 'EXEC lspUnpostCashbatch ' + Convert(varchar(10),BatchNum) from tblPaymentBatches
Where
batchdate >= '1/1/2020'
Copy and Paste into a new SQL window and execute.
Modified on: Wed, Feb 26, 2020 at 4:54 PM
Select 'EXEC lspUnpostCashbatch ' + Convert(varchar(10),BatchNum) from tblPaymentBatches
Where
batchdate >= '1/1/2020'
Copy and Paste into a new SQL window and execute.
Did you find it helpful? Yes No
Send feedback