Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.15 KB

File metadata and controls

32 lines (28 loc) · 1.15 KB
title dbo.syscategories (Transact-SQL)
description dbo.syscategories (Transact-SQL)
author VanMSFT
ms.author vanto
ms.date 03/04/2017
ms.service sql
ms.subservice system-objects
ms.topic reference
f1_keywords
dbo.syscategories_TSQL
syscategories
syscategories_TSQL
dbo.syscategories
helpviewer_keywords
syscategories system table
dev_langs
TSQL

dbo.syscategories (Transact-SQL)

[!INCLUDE SQL Server]

Contains the categories used by [!INCLUDEssManStudioFull] to organize jobs, alerts, and operators. This table is stored in the msdb database.

Column name Data type Description
category_id int ID of the category
category_class int Type of item in the category:

1 = Job

2 = Alert

3 = Operator
category_type tinyint Type of category:

1 = Local

2 = Multiserver

3 = None
name sysname Name of the category