Compartir a través de


Prepare label-based data for hierarchies

This topic provides instructions for using stored procedures to create label-based tables and converting label-based tables back to ID-based tables. These processes can help you load data from one or many business data sources into an application database.

For each manual process for populating data, data administrators must use their existing tool set. This includes the use of Transact-SQL scripts, SQL Server Integration Services (SSIS) packages, or custom code to populate the staging area database.

The following procedures help you prepare data that is based on labels.

To prepare hierarchy data that has labels

  1. Create a label-based hierarchy table.

  2. Populate label-based hierarchy tables with data from the source database or system. This is a manual step.

  3. Convert label-based hierarchy tables to ID-based hierarchy tables.

Vea también