1 create table #densities(-- 0 Rows, Data: 0 B, Index: 0 B
2 indid smallint not null,
3 partitionid int not null,
4 colidarray varbinary(100) not null,
5 column_string varchar(1200) null,
6 density_type char(5) not null,
7 old_value float not null,
8 new_value float null
9 )
10
11
12 create unique clustered index densities_CI on #densities_crby_sybsystemprocs__sp_modifystats(-- 0 B refcount: 5
13 indid DESC, partitionid DESC, colidarray DESC
14 )
15
Estimated Index Usage |
#densities.densities_CI unique clustered(indid, partitionid, colidarray) | 5 |
QUERIES |
Joined With | Links |