A new version of Sql Parallel Executer is available for download: http://sourceforge.net/projects/sqlparallelexec/files/0.xx_Alpha/SqlParallelExecuter_v0.09.zip/download
This new version includes a simple Front End showing the status of the Scripts. Each script can have one of the following status: Loaded, Waiting, Running, Completed, Failed or Not scheduled.
Please refer to the media wiki for further details:
https://sourceforge.net/apps/mediawiki/sqlparallelexec/
A new version of Sql Parallel Executer is available for download: http://sourceforge.net/projects/sqlparallelexec/files/0.xx_Alpha/SqlParallelExecuter_v0.08.zip/download
The evaluation of DAY_OF_WEEK parameter is now performed when the script is loaded. This modification permits a script to complete on a different date then the one it has been loaded. Long running script are now managed correctly.... read more
A new version of Sql Parallel Executer is available for download: http://sourceforge.net/projects/sqlparallelexec/files/0.xx_Alpha/SqlParallelExecuter_v0.07.zip/download
The substitution of parameters instead of happening when the script is run has been anticipated when the script is loaded. This modification provide more consistency when using CURRENT_DATE as referenceDate since the CURRENT_DATE constant reflects the day when the script is supposed to run.... read more
A new version of Sql Parallel Executer is available for download: http://sourceforge.net/projects/sqlparallelexec/files/0.xx_Alpha/SqlParallelExecuter_v0.06.zip/download
A bug with the substitution of the CURRENT_DATE constant within the referenceDate attribute has been corrected.
Please refer to the media wiki for further details:
https://sourceforge.net/apps/mediawiki/sqlparallelexec/
A new version of Sql Parallel Executer is available for download:
http://sourceforge.net/projects/sqlparallelexec/files/0.xx_Alpha/SqlParallelExecuter_v0.05.zip/download
The parallel execution has been improved including dependency between scripts.
Please refer to the media wiki for further details:
https://sourceforge.net/apps/mediawiki/sqlparallelexec/
A new version of Sql Parallel Executer is available for download:
http://sourceforge.net/projects/sqlparallelexec/files/0.xx_Alpha/SqlParallelExecuter_v0.04.zip/download
The parser code has been cleaned to have a faster code and option to run the application in testing mode (without real execution of the SQL statements) has been included.
Please refer to the media wiki for further details:
https://sourceforge.net/apps/mediawiki/sqlparallelexec/
A new version of Sql Parallel Executer is available for download.
From command line it's now possible to decide whether logs are appended to the existing log file or instead replace its content.
A new version of Sql Parallel Executer is available for download.
A logging system has been included thus a log file is generated at each execution of the application. The majority of events are recorded for further consultation.
The first version of SQL Parallel Executer is available in the Files area. Currently the application is distributed as runnable jar.
A brief documentation has been published in the wiki:
https://sourceforge.net/apps/mediawiki/sqlparallelexec/index.php?title=Main_Page
I'm already using SPE for my work with success. I'm trying to identify possible new features and correct eventual bugs in the code.