DatabaseTableApplicationCreatedLinks
masterspt_ijdbc_mda  31 Aug 14Joins Schema ColumnUsage Queries Dependencies

1     create table spt_ijdbc_mda(-- 0 Rows, Data: 2 KB, Index: 2 KB
2         mdinfo varchar(30) not null,
3         querytype tinyint not null,
4         pre_query varchar(600) null,
5         query varchar(255) null,
6         post_query varchar(255) null,
7         mdaver_start tinyint not null,
8         mdaver_end tinyint not null,
9         srvver_start int not null,
10        srvver_end int not null
11    )
12    
13    
14    create unique index spt_ijdbc_mda_ind on spt_ijdbc_mda(-- 10 KB refcount: 3
15        mdinfo, mdaver_end, srvver_end
16    )
17    
18    Grant Select on spt_ijdbc_mda to public
19    
Estimated Index Usage
spt_ijdbc_mda.spt_ijdbc_mda_ind unique(mdinfo, mdaver_end, srvver_end)3

ALIASES USED for master..spt_ijdbc_mda
NO_ALIAS
3

SCHEMA

COLUMN USAGE
mdinfosp_ijdbc_mda 
querytypesp_ijdbc_mda 
pre_querysp_ijdbc_mda 
querysp_ijdbc_mda 
post_querysp_ijdbc_mda 
mdaver_startsp_ijdbc_mda 
mdaver_endsp_ijdbc_mda 
srvver_startsp_ijdbc_mda 
srvver_endsp_ijdbc_mda 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read by proc sybsystemprocs..sp_ijdbc_mda