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