Notifications
Clear all
Topic starter 11/10/2024 2:10 pm
How to take table backup in Db2?
Topic starter 11/10/2024 2:10 pm
It is not possible to back up individual tables using the BACKUP command. A common approach is to use EXPORT command. If you need to backup the schema, use db2look to extract the DDL for that table. No, you can't backup specific tables in db2 for Linux, Unix and Windows.