Activity overview
Latest activity by PaulBP14
Thanks Phil, so is this a bug in SQL Prompt? / comments
Thanks Phil, so is this a bug in SQL Prompt?
P.S. I have version 8.0.7.1917 and I think it was OK in the previous version but not 100% sure. / comments
P.S. I have version 8.0.7.1917 and I think it was OK in the previous version but not 100% sure.
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;