Columns |
Name | Datatype | Null |
obsno | int | No |
version | char(12) | No |
Table Usage (MB) |
Distribution of Table Space |
Data |
0.00 |
Data |
3.13 % |
Indexes |
0.00 |
Indexes |
3.13 % |
Unused |
0.06 |
Unused |
93.75 % |
Total |
0.06 |
Number
of Rows |
30 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
dbo.versexceptions.versexceptions_ix_c | INDEX |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.versexceptions
(
obsno int NOT NULL,
version char(12) NOT NULL
)
LOCK ALLPAGES
go