cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How do I validate everything except one single Column From Hell?

Breck_Carter
Participant
0 Likes
1,778

I am dealing with a SQL Anywhere 16 database where approximately 46G out of 50G total disk space resides in the extension pages supporting one single column in one single table.

Needless to say, dbvalid.exe spends [cough] a lot [/cough] of time on that table.

What is the easiest way to set up a validation process that fully validates everything except that column, or that table?

There are approximately 200 tables in the database.

I am happy to run dbvalid.exe multiple times, BUT not so happy having to maintain a dbvalid -t [ object-name, ... ] list of tables to include, rather than exclude...

...and is it even possible to code 199 table names in the [ object-name, ... ] list?

( I know, The Watcom Rule says "Yes!" 🙂

Accepted Solutions (0)

Answers (0)