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

1     create table #sphelp4rs(-- 0 Rows, Data: 0 B, Index: 0 B
2         Type_name longsysname(255) not null,
3         Storage_type longsysname(255) not null,
4         Length int not null,
5         Nulls bit not null,
6         Prec tinyint not null,
7         Scale tinyint not null,
8         Default_name char(- 1) not null,
9         Rule_name char(- 1) not null,
10        Access_Rule_name char(- 1) not null,
11        Ident tinyint not null
12    )
13    
QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_help