NetBackup for Enterprise Vault
Licensing for Enterprise Vault is specific to the Enterprise-Vault policy type. This type of licensing collects the total number of Front-End Terabytes (FETBs) protected by NetBackup.
The following Enterprise Vault queries are used to gather file size information for SQL databases:
SELECT SUM (CAST (COALESCE(FILEPROPERTY(dbfile.name, 'SpaceUsed'), dbfile.size) AS FLOAT(53))) / 128.0 AS FileSizeInMB FROM sys.database_files AS dbfile WHERE dbfile.drop_lsn IS NULL AND dbfile.type <> 1;
The following rule are applied to guarantee data size accuracy for file partition:
Administrator can verify the size of the file partition protected by Enterprise-Vault policy.