Share via


Registering Custom Category Names

To add a new category you must register the category name with Microsoft Lync Server 2010. To register a category name, call the following SQL commands from the command line oSQL tool that can access the SQL database used by Lync Server 2010:

  use rtc
  exec RtcRegisterCategoryDef N'aCategoryName'

rtc refers to the SQL database name, RtcRegisterCategoryDef is the name of a stored procedure, and aCategoryName is the name of the category to be registered. To run the commands, you must be a Lync Server 2010 administrator.