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

1     create table #sphelpobjectdef2rs(-- 0 Rows, Data: 0 B, Index: 0 B
2         Owner char(- 1) not null,
3         Object varchar(255) not null,
4         Type varchar(28) not null,
5         Definition varchar(768) not null,
6         Usage varchar(8) not null,
7         Status varchar(17) not null
8     )
9     
QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_helpobjectdef