Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: statistics _WA_

    hi,

    To know the amount of statistics '_WA_', I use :

    select o.name as Nom_Table, i.name as Nom_Index, i.indid, i.dpages * 8 as Volume_Ko

    from sysobjects o, sysindexes i

    where i.name like '_WA%' ...

Viewing post 1 (of 1 total)