| Database | Table | Application | Created | Links |
| tempdb | #encr_column_info_crby_sybsystemprocs__sp_encryption | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #encr_column_info(-- 0 Rows, Data: 0 B, Index: 0 B 2 keyname varchar(255) not null, 3 keyowner varchar(30) not null, 4 keydbname varchar(30) not null, 5 keylength int not null, 6 keyalgorithm varchar(30) not null, 7 keytype int not null, 8 random_pad int not null, 9 init_vector int not null, 10 protectedby varchar(45) not null, 11 keyrecovery int not null 12 ) 13
| COLUMN USAGE | |
| keyname | sp_encryption |
| keyowner | sp_encryption |
| keydbname | sp_encryption |
| keylength | sp_encryption |
| keyalgorithm | sp_encryption |
| keytype | sp_encryption |
| random_pad | sp_encryption |
| init_vector | sp_encryption |
| protectedby | sp_encryption |
| keyrecovery | sp_encryption |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_encryption called by proc sybsystemprocs..sp_downgrade |