Launching SQL stored procedures

What’s the best way to launch SQL stored procedures, according to determined schedules?

You can use a Stored Procedure Transaction Group with the execution scheduling based off of certain time periods, or a gateway/client timer script that executes a stored procedure call at given time(s). Here are some references to those features in the manual:

inductiveautomation.com/support/ … occall.htm
inductiveautomation.com/support/ … _group.htm