| Columns |
| Name | Datatype | Null |
| ui_field | char(20) | No |
| ui_default | char(40) | No |
|
Table Usage (MB) |
Distribution of Table Space |
|
Data |
0.00 |
Data |
8.33 % |
|
Indexes |
0.00 |
Indexes |
4.17 % |
|
Unused |
0.04 |
Unused |
87.50 % |
|
Total |
0.05 |
Number
of Rows |
7 |
| Dependencies |
| Referencing Objects |
| Object Name | Object Type |
| dbo.ui_defaults.ui_defaults_ux | INDEX |
| Referenced Objects |
| Object Name | Object Type |
| DDL |
CREATE TABLE dbo.ui_defaults
(
ui_field char(20) NOT NULL,
ui_default char(40) NOT NULL
)
LOCK ALLPAGES
go