Posts
Sort by recent activity
I am getting an error formatting SQL with an Insert using Execute stored procedure, any ideas?
The following code causes "Error laying out sql" when formatting SQL with SQL Prompt:
Insert
Into tmpRptInvoiceHistory (
BookingNo,
ReportDate )
Exec (@SQL) At WSLSource;