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