Executing SQL statements on a schedule using tasks

User-defined tasks enable scheduled execution of SQL code, including calls to stored procedures and procedural logic using Snowflake Scripting. Tasks can run according to a set interval and/or a flexible schedule using a subset of familiar cron utility syntax. Users can also execute tasks manually.

Next Topics: