One needs to deal with Hierarchical data in terms of hierarchical relationships where one data-item is the parent of another data-item.
The most common example where such data exists:
- An organizational structure related application.
SQL server 2008 gives many related hierarchyid functions to query and working with hierarchical data by using Transact-SQL.
If interested in more technical reading, Please refer to below link.http://www.sqlservercentral.com/articles/SQL+Server+2008/62204/
No comments:
Post a Comment