Schema Design

Hierarchical Recordset Design

Saturday 5/24/2003 1:10:24 AM (CST) - Michael Wells   

There are a number of good ways to implement a hierarchical recordset in SQL Server.  To choose the one that's right for your system, you first have to know how you will be using the data.  For example...

[ Comment on this Entry ] [ Email this Entry ]

The Importance of Hierarchical Recordsets

Saturday 5/24/2003 12:56:58 AM (CST) - Michael Wells   

It is difficult to identify an area of greater significance to corporate applicaiton developers, which is met with so little support, as hierarchical recordsets.  Corporate data lives in many shapes... linear lists, master-detail lists, cubes and hierarchical formats are all prevelent. 

[ Comment on this Entry ] [ Email this Entry ]