SQL 2008 HierarchyID with Multiple Root Nodes
I’ve been doing some testing, and it appears you do not need a record with a root hierarchyid. For example, normally you would one root node (level 1) and multiple childen, but you can skip the root node, having no root records, just records that start at level 2: //table schema CREATE TABLE [Entity]( [ID] … Read more