Hi there I am wanting to execute this stored procedure
DECLARE @String Varchar(8000)
SET @String = '''S501734'',''S510385'''
INSERT INTO #Output
exec spt_rep_payable_status '( creditor.account_no in (' + @String + ') ) ', NULL, NULL, 'ZLV', '', '', '', '', 0, 0, 'Jul 20 2006', 'N'...