Add a database task for executing SSAS (SQL Server Analysis Services) queries. This would allow multidimensional cubes and tabular data model processing to be scheduled from VisualCron instead of SQL Server Agent. Our current process is to schedule these in SQL Server Agent but that does not provide visibility to all of the analysts. In SQL Server Agent, the task type is "SQL Server Analysis Services Query" and it takes as an argument the Run as user; the SSAS server\instance; the Database; and the Command. The Command is the SSAS script. All of the above would be populated by the user setting up the task.