SQL Server Agent is a Microsoft Windows service that executes scheduled administrative tasks, which are called jobs in SQL Server.
You can create SQL Server Agent jobs with T-SQL or with the SQL Server Management Studio (SSMS) GUI.
Here’s how to do it using the SSMS GUI.
Continue reading