search for: sqlscript

Displaying 2 results from an estimated 2 matches for "sqlscript".

Did you mean: plscript
2016 Apr 12
0
R integration with SAP-HANA and SQLScripting
Dear R forum, I am seeking relevant material that discusses processes and methods of incorporating R code into SAP-HANA. I would greatly appreciate links to any relevant literature. Background research on my part has only found the SAP-HANA R Integration Guide, and several short examples. If the forum knows of any other sources of information, this would be greatly appreciated. Regards Mike
2007 May 31
0
Slave socket problem again
...b/workers (backgroundrb_schedules.yml) sql_scheduler: :class: :s_e_work :job_key: :sql_exe :trigger_args: 5 * * * * * * Worker code is: class SEWork < BackgrounDRb::Worker::RailsBase def do_work(args) # This method is called in it''s own new thread begin script = SqlScript.find(:first, :conditions => [ ''state = ? AND scheduled_run_at IS NOT NULL AND scheduled_run_at < ? OR'' + '' EXISTS (SELECT id FROM execution_params WHERE sql_script_id = sql_scripts.id) AND'' +...