decoding system table ids

  • I am qucikly learning how to decode the id numbers int he system tables using:

    object_name(id)

    user_name(uid)

    Is there a reference sheet for all of these useful "decodes".

    Example: I am trying to query the sysindexes table to see which are CLUSTERED indexes.

    Kevin

  • You might want to look at objectproperty and databaseproperty functions.

    Andy

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply