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

1     create table #similar(-- 0 Rows, Data: 0 B, Index: 0 B
2         id1 int not null,
3         id2 int not null,
4         type smallint not null
5     )
6     
7     
8     create clustered index ci_type on #similar_crby_sybsystemprocs__sp_cmp_all_qplans(-- 0 B refcount: 2
9         type DESC
10    )
11    create index nci_id1 on #similar_crby_sybsystemprocs__sp_cmp_all_qplans(-- 0 B refcount: 0
12        id1 DESC
13    )
14    create index nci_id2 on #similar_crby_sybsystemprocs__sp_cmp_all_qplans(-- 0 B refcount: 0
15        id2 DESC
16    )
17    
Estimated Index Usage
#similar.ci_type clustered(type)2
#similar.nci_id1(id1)0
#similar.nci_id2(id2)0

COLUMN USAGE
id1sp_cmp_all_qplans 
id2sp_cmp_all_qplans 
typesp_cmp_all_qplans 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_cmp_all_qplans