ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Search Result

Collapse
3 results in 0.0018 seconds.
Keywords
Members
Tags
index x
  •  

  • abercrombieande
    started a topic Index Column Order
    in SQL

    Index Column Order

    I have a simple join statement
    Code:
    SELECT LO.ID
    INTO   : H
    FROM   QTEMP / TBLA GR
           LEFT OUTER JOIN TBLB AS LO
           ON     GR .A = LO.A
           AND    GR .B    = LO.B
           AND    GR .C = LO.C
           AND    GR .D    = LO.D
    ...
    See more | Go to post

  • abercrombieande
    started a topic Indexes & Stat Maintenance
    in DB2

    Indexes & Stat Maintenance

    I am looking for a good whitepaper on Indexes and Stats for V7.1. Coming from SQL Server I am use to checking the fragmention level and reorganizing or rebuilding the indexes and also running stats. I am at a lost for how the iSeries handles index maintenance and how to check fragmentation levels....
    See more | Go to post

  • abercrombieande
    started a topic Script Indexes
    in DB2

    Script Indexes

    Are there any system tables that contain the columns that compose an index. I see the sysindexes table so I have the index name but no idea what columns make up the index.

    What I am trying to do is write some SQL that runs nightly to script all the indexes out.
    See more | Go to post

Our Sponsors

Collapse
Working...
X