Database | Table | Application | Created | Links |
tempdb | #syscomments_ndby_sybsystemprocs__sp_showtext_output | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #syscomments(-- 0 Rows, Data: 0 B, Index: 0 B 2 line numeric(5, 0) not null, 3 number smallint not null, 4 text varchar(257) not null, 5 charlength_text int not null, 6 colid2 smallint not null, 7 colid smallint not null 8 ) 9 10 11 create index syscomm_ncind_line on #syscomments_crby_sybsystemprocs__sp_showtext(-- 0 B refcount: 0 12 line DESC 13 ) 14
Estimated Index Usage | |
#syscomments.syscomm_ncind_line(line) | 0 |
QUERIES | |
Joined With | Links |
DEPENDENCIES |
READERS AND WRITERS read by proc sybsystemprocs..sp_showtext_output called by proc sybsystemprocs..sp_showtext called by proc sybsystemprocs..sp_helptext_usage called by proc sybsystemprocs..sp_helptext called by proc sybsystemprocs..sp_helptext |