Database | Table | Application | Created | Links |
master | spt_values | 31 Aug 14 | Joins Schema ColumnUsage Queries Dependencies |
1 create table spt_values(-- 0 Rows, Data: 2 KB, Index: 2 KB 2 name varchar(28) null, 3 number int not null, 4 type char(2) not null, 5 ansi_w tinyint null, 6 low int null, 7 high int null, 8 msgnum int null 9 ) 10 11 create clustered index spt_valuesclust on spt_values(-- 68 KB refcount: 507 12 number, type 13 ) 14 15 Grant Select on spt_values to public 16
JOINS | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Estimated Index Usage | |
spt_values.spt_valuesclust clustered(number, type) | 507 |
ALIASES USED for master..spt_values | |||||||||||||||||
NO_ALIAS | a | b | c | d | s | u | v | v1 | v2 | v3 | v4 | v5 | vi | w | x | y | z |
132 | 6 | 4 | 11 | 4 | 6 | 1 | 143 | 16 | 17 | 6 | 6 | 6 | 5 | 1 | 6 | 18 | 18 |
SCHEMA |