DatabaseTableApplicationCreatedLinks
sybsystemprocssysstatistics  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table sysstatistics(-- 6 Rows, Data: 2 KB, Index: 4 KB
2         statid smallint not null,
3         id int not null,
4         sequence int not null,
5         moddate datetime not null,
6         formatid tinyint not null,
7         usedcount tinyint not null,
8         colidarray varbinary(100) null,
9         c0 varbinary(255) null,
10        c1 varbinary(255) null,
11        c2 varbinary(255) null,
12        c3 varbinary(255) null,
13        c4 varbinary(255) null,
14        c5 varbinary(255) null,
15        c6 varbinary(255) null,
16        c7 varbinary(255) null,
17        c8 varbinary(255) null,
18        c9 varbinary(255) null,
19        c10 varbinary(255) null,
20        c11 varbinary(255) null,
21        c12 varbinary(255) null,
22        c13 varbinary(255) null,
23        c14 varbinary(255) null,
24        c15 varbinary(255) null,
25        c16 varbinary(255) null,
26        c17 varbinary(255) null,
27        c18 varbinary(255) null,
28        c19 varbinary(255) null,
29        c20 varbinary(255) null,
30        c21 varbinary(255) null,
31        c22 varbinary(255) null,
32        c23 varbinary(255) null,
33        c24 varbinary(255) null,
34        c25 varbinary(255) null,
35        c26 varbinary(255) null,
36        c27 varbinary(255) null,
37        c28 varbinary(255) null,
38        c29 varbinary(255) null,
39        c30 varbinary(255) null,
40        c31 varbinary(255) null,
41        c32 varbinary(255) null,
42        c33 varbinary(255) null,
43        c34 varbinary(255) null,
44        c35 varbinary(255) null,
45        c36 varbinary(255) null,
46        c37 varbinary(255) null,
47        c38 varbinary(255) null,
48        c39 varbinary(255) null,
49        c40 varbinary(255) null,
50        c41 varbinary(255) null,
51        c42 varbinary(255) null,
52        c43 varbinary(255) null,
53        c44 varbinary(255) null,
54        c45 varbinary(255) null,
55        c46 varbinary(255) null,
56        c47 varbinary(255) null,
57        c48 varbinary(255) null,
58        c49 varbinary(255) null,
59        c50 varbinary(255) null,
60        c51 varbinary(255) null,
61        c52 varbinary(255) null,
62        c53 varbinary(255) null,
63        c54 varbinary(255) null,
64        c55 varbinary(255) null,
65        c56 varbinary(255) null,
66        c57 varbinary(255) null,
67        c58 varbinary(255) null,
68        c59 varbinary(255) null,
69        c60 varbinary(255) null,
70        c61 varbinary(255) null,
71        c62 varbinary(255) null,
72        c63 varbinary(255) null,
73        c64 varbinary(255) null,
74        c65 varbinary(255) null,
75        c66 varbinary(255) null,
76        c67 varbinary(255) null,
77        c68 varbinary(255) null,
78        c69 varbinary(255) null,
79        c70 varbinary(255) null,
80        c71 varbinary(255) null,
81        c72 varbinary(255) null,
82        c73 varbinary(255) null,
83        c74 varbinary(255) null,
84        c75 varbinary(255) null,
85        c76 varbinary(255) null,
86        c77 varbinary(255) null,
87        c78 varbinary(255) null,
88        c79 varbinary(255) null,
89        indid smallint not null,
90        ststatus smallint not null,
91        partitionid int not null,
92        spare2 int not null,
93        spare3 int not null
94    )
95    
96    
97    create unique clustered index csysstatistics on sysstatistics(-- 2 KB refcount: 6
98        id, indid, partitionid, statid, colidarray, formatid, sequence
99    )
100   
101   alter table sysstatistics lock datarows
102   
103   Grant Select on sysstatistics to public
104   
Estimated Index Usage
sysstatistics.csysstatistics unique clustered(id, indid, partitionid, statid, colidarray, formatid, sequence)6

ALIASES USED for sybsystemprocs..sysstatistics
NO_ALIASssysstatistics
213

SCHEMA

COLUMN USAGE
statidsp_depends_cols 
idsp_depends_cols  sp_modifystats 
formatidsp_depends_cols  sp_modifystats 
colidarraysp_depends_cols  sp_modifystats 
c1sp_modifystats 
c2sp_modifystats 
c3sp_modifystats 
indidsp_modifystats 
partitionidsp_modifystats 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_modifystats  
read by proc sybsystemprocs..sp_depends_cols  
   called by proc sybsystemprocs..sp_depends