Finally able to start back on some Presto work ... :)
Just a tiny fix required in two of the MS SQL scripts included for setting up and configuring MSSQL as the Presto repository.
Both the scripts createSchedulerTables.sql and createSnapsTable.sql include a COMMIT statement but no BEGIN statement. This throws an error although it doesn't affect the actual outcome.
Hi guys,
Finally able to start back on some Presto work ... :)
Just a tiny fix required in two of the MS SQL scripts included for setting up and configuring MSSQL as the Presto repository.
Both the scripts createSchedulerTables.sql and createSnapsTable.sql include a COMMIT statement but no BEGIN statement. This throws an error although it doesn't affect the actual outcome.
Cheers,
Innes