dbo.olpvmess

 

Object Type

Table

Datasource

IPMA

Database

controls

 

Columns
Name Datatype Null
mode char(1) No
text varchar(30) No

Table Usage (MB)

Distribution of Table Space

 

Data

0.00

Data

25.00 %

Indexes

0.00

Indexes

0.00 %

Unused

0.01

Unused

75.00 %

Total

0.02

Number of Rows

2

Dependencies
Referencing Objects
Object Name Object Type
Referenced Objects
Object Name Object Type

DDL

CREATE TABLE dbo.olpvmess 
(
    mode char(1)     NOT NULL,
    text varchar(30) NOT NULL
)
LOCK ALLPAGES
go