Columns |
Name | Datatype | Null |
time | char(11) | No |
ics | char(12) | No |
comment | char(60) | No |
Table Usage (MB) |
Distribution of Table Space |
Data |
48.95 |
Data |
82.64 % |
Indexes |
10.26 |
Indexes |
17.32 % |
Unused |
0.03 |
Unused |
0.05 % |
Total |
59.23 |
Number
of Rows |
576388 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
dbo.pof_comments.pof_comments_ix | INDEX |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.pof_comments
(
time char(11) NOT NULL,
ics char(12) NOT NULL,
comment char(60) NOT NULL
)
LOCK ALLPAGES
go