List of overlapping observations. Note that this table is still
to be incorporated into the ISO Data Archive.
| Columns |
| Name | Datatype | Null |
| obsno1 | int | No |
| obsno2 | int | No |
|
Table Usage (MB) |
Distribution of Table Space |
|
Data |
42.31 |
Data |
35.09 % |
|
Indexes |
78.18 |
Indexes |
64.84 % |
|
Unused |
0.08 |
Unused |
0.07 % |
|
Total |
120.56 |
Number
of Rows |
3634207 |
| Dependencies |
| Referencing Objects |
| Object Name | Object Type |
| dbo.overlapping_observations.overlapping_observations_ix1 | INDEX |
| dbo.overlapping_observations.overlapping_observations_ix2 | INDEX |
| Referenced Objects |
| Object Name | Object Type |
| DDL |
CREATE TABLE dbo.overlapping_observations
(
obsno1 int NOT NULL,
obsno2 int NOT NULL
)
LOCK ALLPAGES
go