Table sem5.dbo.REPORTS
Not used.

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
ID char 32
TYPE varchar 256 Type of report
REPORT_TIME bigint 8 Report sample time
SITE_ID char 32 GUID of the site from where the report generated
DOMAIN_ID char 32  √  null GUID of the domain to which the report belongs
The reports for system administrator do not have DOMAIN_ID
CHECKSUM char 32 Checksum of XML content
CONTENT image 2147483647 XML content of the schema object
USN bigint 8 Update serial number; used by replication
TIME_STAMP bigint 8 Time that the record was modified; used to resolve merge conflict
DELETED tinyint 1 The deleted flag of the schema object:
1 = Deleted
0 = Not Deleted
RESERVED_INT1 int 4  √  null
RESERVED_INT2 int 4  √  null
RESERVED_BIGINT1 bigint 8  √  null
RESERVED_BIGINT2 bigint 8  √  null
RESERVED_CHAR1 char 32  √  null
RESERVED_CHAR2 char 32  √  null
RESERVED_VARCHAR1 varchar 260  √  null
RESERVED_BINARY varbinary 2000  √  null

Analyzed at Mon Oct 29 12:07 PDT 2012

Indexes:
Column(s) Type Sort Constraint Name
ID Primary key Asc PK_REPORTS