What is the meaning of hbcolid field?

  • Hi,

    I just connect to SQL Server and invoke the following command:

    Select * from sys.sysrscols

    The result table contain a field ‘hbcolid’, which seem to be identical to ‘rscolid’. I think rscolid is surely for rowset column id. Then what is the meaning and usage of hbcolid? Is there any document on this?

    Thanks

  • The hidden system tables are not documented in any way, and you probably shouldn't be using them. Use the documented system views and DMVs instead.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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