HierarchyID In SQL Server?

  • What Is HierarchyID in SQL Server?

    IS it a keyword or datatype?

    What is the use of this??

    Regards,
    Jigneshal
    " Stretch Your Limit Little Beyond Your Limit....! "
    😎

  • Books onine says:

    The hierarchyid data type is a variable length, system data type. Use hierarchyid to represent position in a hierarchy. A column of type hierarchyid does not automatically represent a tree. It is up to the application to generate and assign hierarchyid values in such a way that the desired relationship between rows is reflected in the values.

    http://msdn.microsoft.com/en-us/magazine/cc794278.aspx

    HTH,

    Rob

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

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