how to execute runstats in stored procedure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sansaniwal12
    New Member
    • Sep 2007
    • 4

    how to execute runstats in stored procedure

    Hi,
    we want to execute runstats for all database tables in one go.In db2 v9, there is no such option to run runstats schema vise or for complete database.So,can we execute runstats from a stored procedure.
  • Purple
    Recognized Expert Contributor
    • May 2007
    • 404

    #2
    I have moved this to the forum because you have posted this in the articles section.

    MODERATOR

    Comment

    • dewa81
      New Member
      • Jul 2007
      • 14

      #3
      user REORGCHK command to run runstats on all the tables of the database

      Comment

      Working...