| Database | Table | Application | Created | Links |
| tempdb | #repdefmode_crby_sybsystemprocs__sp_setreptable | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #repdefmode(-- 0 Rows, Data: 0 B, Index: 0 B 2 val int not null, 3 str varchar(10) not null 4 ) 5
| COLUMN USAGE | |
| val | sp_setreptable |
| str | sp_setreptable |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_setreptable |