dbo.ofrp_problem_cases

 

Object Type

Table

Datasource

IPMA

Database

controls

 

Columns
Name Datatype Null
obsno int No

Table Usage (MB)

Distribution of Table Space

 

Data

0.00

Data

4.17 %

Indexes

0.00

Indexes

4.17 %

Unused

0.04

Unused

91.67 %

Total

0.05

Number of Rows

41

Dependencies
Referencing Objects
Object Name Object Type
dbo.ofrp_problem_cases.ofrp_problem_ix INDEX
Referenced Objects
Object Name Object Type

DDL

CREATE TABLE dbo.ofrp_problem_cases 
(
    obsno int NOT NULL
)
LOCK ALLPAGES
go