Skip to main content

One doc tagged with "tables"

View all tags

Use GetTableSql() to Generate CREATE TABLE Scripts

Walks 'RootNode.Tables', 'RootNode.Dimensions', and 'RootNode.Facts' and emits one ExecuteSQL task per modeled object that runs its 'GetTableSql()' DDL against the table's connection, so the resulting SSIS package builds out the target schema from your Biml model.