| Columns |
| Name | Datatype | Null |
| obsno | int | No |
| warning | char(14) | Yes |
column
|
Table Usage (MB) |
Distribution of Table Space |
|
Data |
0.33 |
Data |
94.89 % |
|
Indexes |
0.00 |
Indexes |
0.57 % |
|
Unused |
0.02 |
Unused |
4.55 % |
|
Total |
0.34 |
Number
of Rows |
12734 |
| Dependencies |
| Referencing Objects |
| Object Name | Object Type |
| dbo.lwswarning.lwswarning_ix_c | INDEX |
| Referenced Objects |
| Object Name | Object Type |
| DDL |
CREATE TABLE dbo.lwswarning
(
obsno int NOT NULL,
warning char(14) NULL
)
LOCK ALLPAGES
go