CALU CAM file c_stapos has been added during the mission (around 02/96), see CALU CAM release notes.
CALU CAM file c_uplnkt has been removed (is now automatically generated) during the mission.
Columns |
Name | Datatype | Null |
instrument | char(3) | No |
filename | char(16) | No |
column instrument
Table Usage (MB) |
Distribution of Table Space |
Data |
0.01 |
Data |
37.50 % |
Indexes |
0.00 |
Indexes |
0.00 % |
Unused |
0.01 |
Unused |
62.50 % |
Total |
0.02 |
Number
of Rows |
106 |
Dependencies |
Referencing Objects |
Object Name | Object Type |
Referenced Objects |
Object Name | Object Type |
DDL |
CREATE TABLE dbo.calu_files
(
instrument char(3) NOT NULL,
filename char(16) NOT NULL
)
LOCK ALLPAGES
go