| Database | Table | Application | Created | Links |
| tempdb | #uids_crby_sybsystemprocs__sp_checkreswords | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #uids(-- 0 Rows, Data: 0 B, Index: 0 B 2 uid int null, 3 catagory char(1) not null 4 ) 5
| COLUMN USAGE | |
| uid | sp_checkreswords |
| catagory | sp_checkreswords |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_checkreswords |