DatabaseTableApplicationCreatedLinks
tempdb#helptype_crby_sybsystemprocs__sp_help  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #helptype(-- 0 Rows, Data: 0 B, Index: 0 B
2         Column_name varchar(4) not null,
3         Col_order smallint not null,
4         Type longsysname(255) not null,
5         Length int not null,
6         In_row_Len smallint not null,
7         Prec tinyint not null,
8         Scale tinyint not null,
9         Nulls bit not null,
10        Not_compressed bit not null,
11        Lob_compression_level tinyint not null,
12        Default_name char(- 1) not null,
13        Rule_name char(- 1) not null,
14        Access_Rule_name char(- 1) not null,
15        Computed_Column_object varchar(23) not null,
16        rtype tinyint not null,
17        utype smallint not null,
18        xtype int not null,
19        Ident bit not null,
20        Encrypted int not null,
21        Decrypt_Default_name char(- 1) not null,
22        Object_storage varchar(6) not null,
23        Varbinary_is_truncated int not null
24    )
25    
COLUMN USAGE
Typesp_help 
Lengthsp_help 
In_row_Lensp_help 
Nullssp_help 
Lob_compression_levelsp_help 
Computed_Column_objectsp_help 
rtypesp_help 
utypesp_help 
xtypesp_help 
Encryptedsp_help 
Decrypt_Default_namesp_help 
Object_storagesp_help 
Varbinary_is_truncatedsp_help 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_help