Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: The HierarchyID Datatype in SQL Server 2008

    Your example shows

    SELECT *

    From dbo.Organization

    WHERE @BossNode.IsDescendant(EmployeeID)

    How is this rewriten using IsDescendantOf?

    Thanks for the article, very interesting!

    Jake

    Found the answer in case any other newbs stumble across this:

    DECLARE @C AS...

Viewing post 1 (of 1 total)