As we know in Azure SQL Databases there is no SQL Server Agent, which means we cannot run scheduled tasks through it. However, in Azure SQL Databases we can schedule jobs in many other ways such as using Azure Data... read more
How can we schedule a Job in Azure SQL Database using Logic App
Let's say that every day we would like to send by email a report from the result of a query in a database. This process in SQL Server is done using SQL Server Agent and Database… read more
How can we schedule automatic tasks in Unix
Unix-based operating systems such as Linux and MacOS have the Cron program installed. Cron allows us to schedule tasks to run automatically over time. Its usefulness stands out in tasks that… read more