How to take table backup in Db2?
- Super User
- Topic Author
- Offline
- User
Less
More
- Posts: 3957
- Thank you received: 0
3 weeks 6 days ago #2305
by Super User
How to take table backup in Db2? was created by Super User
How to take table backup in Db2?
Please Log in to join the conversation.
- Super User
- Topic Author
- Offline
- User
Less
More
- Posts: 3957
- Thank you received: 0
3 weeks 6 days ago #2306
by Super User
Replied by Super User on topic How to take table backup in Db2?
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.
Please Log in to join the conversation.
Time to create page: 0.095 seconds