I am getting an error formatting SQL with an Insert using Execute stored procedure, any ideas?

PaulBP14PaulBP14 Posts: 3 New member
The following code causes "Error laying out sql" when formatting SQL with SQL Prompt:

Insert
Into tmpRptInvoiceHistory (
BookingNo,
ReportDate )
Exec (@SQL) At WSLSource;
Tagged:

Answers

Sign In or Register to comment.