• Not that I can find. You can always retrieve it using ADO, either by doing select name, value from sysproperties where object_name(id)='categories' and name='ms_description' or you can look at using fn_listextendedproperty to avoid directly reading from system tables. The first way looks to be the cleanest, you could pull all of them for an entire table or db over at once.

    Andy