Columns |
Name | Datatype | Null |
revno | int | No |
good | int | No |
bad | int | No |
missed | int | No |
Table Usage (MB) |
Distribution of Table Space |
Data |
0.02 |
Data |
29.03 % |
Indexes |
0.01 |
Indexes |
16.13 % |
Unused |
0.03 |
Unused |
54.84 % |
Total |
0.06 |
Number
of Rows |
716 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
dbo.tmdrop_summary.tmdrop_summary_ix | INDEX |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.tmdrop_summary
(
revno int NOT NULL,
good int NOT NULL,
bad int NOT NULL,
missed int NOT NULL
)
LOCK ALLPAGES
go