Examples - Advanced SQL Engine - Teradata Database

SystemFE Macros

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ynt1557098768177.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1103
lifecycle
previous
Product Category
Teradata Vantageā„¢

The following example returns the consumed data space in terabytes for the inputdb database:

EXEC systemfe.CDS_Database('inputdb', 'N');

The following example collects summary statistics on the objects in the inputdb database if the statistics are stale or not already collected, to return a more accurate estimate of CDS size:

EXEC systemfe.CDS_Database('inputdb', 'Y');