pmcmicha
Technical User
- May 25, 2000
- 353
In DB2, are you able to truncate a table (meaning wipe all data clean without having to drop it) and not log those actions? From what I have read, this functionality is not built into DB2. You can run deletes against the table, but these are all logged transactions. I have a few massive deletes to run which I do not want logged since the data is stored in a flat file which could be recovered if needed and since I do not want to monitor the log size while this is occuring. So is there some other way to make this happen? Thanks in advance.