vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Has anyone gotten the above view to work? When I run it, it reports that all of my tables have "**-" as their reorg status. Thanks, -Roger -- Posted via http://dbforums.com |
| ||||
| Roger, the above SQL just does the REORGCHK ONLY for tables WITH Indexes because of the inner join in the statement. You may want to change it to a left outer join if this makes sense for you. I just tried it with the left outer join, send me a note if you need the statement. cheers Florian rogert <member28856@dbforums.com> wrote in message news:<3226840.1060638671@dbforums.com>... > Has anyone gotten the above view to work? When I run it, it reports that > all of my tables have "**-" as their reorg status. > > Thanks, > -Roger |