vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Jurgen Haan wrote: > Hey All.. > > What's the easiest way to query all the tables that are in a integrity > pending state? Querying SYSCAT.TABLES.STATUS. If that column is set to 'C', then the table is is "check pending" state. -- Knut Stolze DB2 Information Integration Development IBM Germany |
| |||
| Knut Stolze wrote: > Jurgen Haan wrote: > > >>Hey All.. >> >>What's the easiest way to query all the tables that are in a integrity >>pending state? > > > Querying SYSCAT.TABLES.STATUS. If that column is set to 'C', then the table > is is "check pending" state. > thanks |
| ||||
| Jurgen Haan wrote: > Hey All.. > > What's the easiest way to query all the tables that are in a integrity > pending state? http://publib.boulder.ibm.com/infoce...n/r0001063.htm SYSCAT.TABLES.STATUS Cheers Serge -- Serge Rielau DB2 SQL Compiler Development IBM Toronto Lab |