This article describes how to create a job category in SQL Server by using SQL Server Management Studio, Transact-SQL or SQL Server Management Objects.
SQL Server Agent provides built-in job categories that you can assign jobs to, or you can create a job category and assign jobs to it. Job categories help you organize your jobs for easy filtering and grouping. For example, you can organize all your database backup jobs in the Database Maintenance category. You can also create your own job categories.
Before You Begin
Limitations and Restrictions
Multiserver categories exist only on a master server. There is only one default job category available on a master server: [Uncategorized (Multi-Server)]. When a multiserver job is downloaded, its category is changed to Jobs From MSX at the target server.
In Object Explorer, select the plus sign to expand the server where you want to create a job category.
Select the plus sign to expand SQL Server Agent.
Right-click the Jobs folder and select Manage Job Categories.
In the Manage Job Categoriesserver_name dialog box, select Add.
In the new dialog box, in the Name box, enter a name for the new job category.
Select the Show all jobs check box. Select one or more jobs for the new category by checking the boxes corresponding to the jobs.
Select OK.
In the Manage Job Categoriesserver_name dialog box, select Refresh to ensure that the new job category is active. If everything looks as expected, close this dialog box.
Administer an SQL Server database infrastructure for cloud, on-premises and hybrid relational databases using the Microsoft PaaS relational database offerings.