| Database | Table | Application | Created | Links |
| tempdb | #show_replicate_table_crby_sybsystemprocs__sp_setreptable | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #show_replicate_table(-- 0 Rows, Data: 0 B, Index: 0 B 2 Name longsysname(255) not null, 3 Repdef_Mode varchar(10) not null, 4 Index_Mode varchar(15) not null, 5 Primary_Key varchar(255) not null 6 ) 7
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_setreptable |