CAST System Views - CSV

Update of CAST System Views

Analysis Service CSV

Analysis Service CSVs are updated automatically as part of the analysis process.

Dashboard Service CSV

Dashboard Service CSVs are updated automatically as part of the snapshot generation process.

Detailed information

Notes

  • Depending on your specific configuration, some views may not be available.

  • CAST System Views in the Analysis Service will contain “-1” as the value for length and precision for the following Microsoft SQL-Server 2005 objects whose datatype is “xml”, “varchar(max)”, “nvarchar(max)”, or “varbinary(max)”:

    • stored procedure or function parameters
    • table or view columns
    • column returned by table-functions
    • User defined types (UDTs)
  • Typographical errors have been discovered in columns in the CSV_OBJECT_STATUSES andCSV_VIOLATION_STATUSES views. These typographical errors have been fixed in CAST AIP ≥ 8.3.3 by adding new columns spelt correctly. The existing column names containing the spelling errors will remain and are now deprecated, therefore, please update any scripts or queries that use the existing column names. The columns containing typograhical errors will be removed in a future release of CAST AIP:

    • CSV_OBJECT_STATUSES
      • SNAPHOT_ID replaced by SNAPSHOT_ID
      • OBEJCT_TECHNO_TYPE_ID replaced by OBJECT_TECHNO_TYPE_ID
    • CSV_VIOLATION_STATUSES
      • SNAPHOT_ID replaced by SNAPSHOT_ID
  • Please note that the following Analysis ServiceCSVs may cause performance issues when used in conjunction with a large number of objects:

    • CSV_CALLED_OBJECTS - use CTV_LINKS instead
    • CSV_CALLER_OBJECTS - use CTV_LINKS instead