DatabaseTableApplicationCreatedLinks
tempdb#actions_crby_sybsystemprocs__sp_downgrade  01 Jan 70Joins 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
actionidsp_downgrade 
dbidsp_downgrade 
toversionsp_downgrade 
actionsp_downgrade 
errorlog_msgsp_downgrade 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_downgrade