Il Saturday 27 October 2007 08:51:09 Andreas Kretschmer ha scritto:
> Reg Me Please <regmeplease@gmail.com> schrieb:
> > How can I "Increasing the statistics target for the larger table"?
> > I'ìm sorry for asking, but I'm not that deep into RDBMS.
>
> alter table <table> alter column <column> SET STATISTICS <value>;
>
> Andreas
How can I display the statistics for a table/column/index/whatever applies?
Thanks again.