DatabaseTableApplicationCreatedLinks
sybsystemprocssp_oledb_stored_procedures_rset_001  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_oledb_stored_procedures_rset_001(-- 0 Rows, Data: 0 B, Index: 0 B
2         PROCEDURE_CATALOG char(- 1) not null,
3         PROCEDURE_SCHEMA char(- 1) not null,
4         PROCEDURE_NAME longsysname(255) not null,
5         PROCEDURE_TYPE smallint not null,
6         PROCEDURE_DEFINITION varchar(254) not null,
7         DESCRIPTION varchar(254) not null,
8         DATE_CREATED datetime not null,
9         DATE_MODIFIED datetime not null
10    )
11    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES