| Database | Table | Application | Created | Links |
| tempdb | #dest_for_ppath_crby_sybsystemprocs__sp_replication_path | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #dest_for_ppath(-- 0 Rows, Data: 0 B, Index: 0 B 2 ppath varchar(255) not null, 3 dest varchar(255) not null 4 ) 5
| COLUMN USAGE | |
| ppath | sp_replication_path |
| dest | sp_replication_path |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_replication_path |