| Database | Table | Application | Created | Links |
| tempdb | #paths_for_bindings_crby_sybsystemprocs__sp_replication_path | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #paths_for_bindings(-- 0 Rows, Data: 0 B, Index: 0 B 2 Binding varchar(255) not null, 3 Type char(2) not null, 4 Path varchar(255) not null 5 ) 6
| COLUMN USAGE | |
| Binding | sp_replication_path |
| Type | sp_replication_path |
| Path | sp_replication_path |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS written by proc sybsystemprocs..sp_replication_path |