When tracking data storage metrics, how can a user identify deleted bytes that are still accruing storage charges?
Query the DATABASE_STORAGE_USAGE_HISTORY view in ACCOUNT_USAGE.
Query the TABLE_STORAGE_METRICS view in the INFORMATION_SCHEMA.
Query the STORAGE_USAGE view in ACCOUNT_USAGE.
Use the DATABASE_STORAGE_USAGE_HISTORY table function.
Submit