1 create table sysencryptkeys(-- 27 Rows, Data: 2 KB, Index: 2 KB
2 id int not null,
3 ekalgorithm int not null,
4 type smallint not null,
5 status int not null,
6 eklen smallint not null,
7 value varbinary(1282) not null,
8 uid int null,
9 eksalt varbinary(20) null,
10 ekpairid int null,
11 pwdate datetime null,
12 expdate int null,
13 ekpwdwarn int null
14 )
15
16 create unique clustered index csysencryptkeys on sysencryptkeys(-- 2 KB refcount: 39
17 id, type, uid
18 )
19
20 alter table sysencryptkeys lock datarows
21
22 Grant Select on sysencryptkeys to sso_role
23
Estimated Index Usage |
sysencryptkeys.csysencryptkeys unique clustered(id, type, uid) | 39 |
ALIASES USED for sybsystemprocs..sysencryptkeys |
NO_ALIAS | e | e1 | sysencryptkeys |
1 | 4 | 16 | 1 |
SCHEMA |
 |