DatabaseTableApplicationCreatedLinks
tempdb#encr_column_info_crby_sybsystemprocs__sp_encryption  01 Jan 70Joins 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
keynamesp_encryption 
keyownersp_encryption 
keydbnamesp_encryption 
keylengthsp_encryption 
keyalgorithmsp_encryption 
keytypesp_encryption 
random_padsp_encryption 
init_vectorsp_encryption 
protectedbysp_encryption 
keyrecoverysp_encryption 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_encryption  
   called by proc sybsystemprocs..sp_downgrade