> Hi,
>
[quoted text clipped - 6 lines]
> Thanks,
> Ralf
You can use the admin stored procedure to submit a runstats.
Better yet is to start off with tables defined as volatile (see alter
table). I suspect this will solve your problem without worrying about
immediate runstats.
Ralf - 07 Dec 2007 15:00 GMT
> Better yet is to start off with tables defined as volatile (see alter
> table). I suspect this will solve your problem without worrying about
> immediate runstats.
defining the table as volatile works well, thank you.
Ralf