| Database | Table | Application | Created | Links |
| tempdb | #actions_crby_sybsystemprocs__sp_downgrade | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #actions(-- 0 Rows, Data: 0 B, Index: 0 B 2 actionid int not null, 3 dbid int not null, 4 toversion int not null, 5 action varchar(1024) not null, 6 errorlog_msg varchar(128) not null 7 ) 8
| COLUMN USAGE | |
| actionid | sp_downgrade |
| dbid | sp_downgrade |
| toversion | sp_downgrade |
| action | sp_downgrade |
| errorlog_msg | sp_downgrade |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_downgrade |