Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do the Categories in SQL Server Agent Jobs mean?

This is the first time I am trying for the SQL Job Agent...I was trying to create the sample job and I got struck in between when it came to select the Category as highlighted in the below screen shot

enter image description here

I am new to SQL Server can you explain the meanings of categories as mentioned above? or any link will be hightly appreciated.

like image 435
Pankaj Avatar asked Aug 16 '12 11:08

Pankaj


1 Answers

Categories are used for organizing your jobs. If you right click on the jobs folder and select "Manage Categories" you can see all of the categories available, filter by category, etc.

There is a good breakdown here:

http://www.mssqltips.com/sqlservertip/1484/custom-job-categories-to-organize-your-sql-agent-jobs/

like image 167
Tim Harkin Avatar answered Sep 20 '22 18:09

Tim Harkin