If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Delete the content on the database?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-04, 06:50
DBNOOB DBNOOB is offline
Registered User
 
Join Date: Aug 2004
Posts: 7
Delete the content on the database?

Hi @ll,

i want to delete the whole content of the database but not the structure.
How is this possible?

Thx @ll,

DBNOOB
Reply With Quote
  #2 (permalink)  
Old 11-05-04, 08:49
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by DBNOOB
Hi @ll,

i want to delete the whole content of the database but not the structure.
How is this possible?

Thx @ll,

DBNOOB
Have to do it table by table, but that should be easy enough from a script.

An old trick - use LOAD with the REPLACE option from an empty file for each table, that avoids the logging of a DELETE.
__________________
--
Jonathan Petruk
DB2 Database Consultant
Reply With Quote
  #3 (permalink)  
Old 11-05-04, 08:50
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by J Petruk
Have to do it table by table, but that should be easy enough from a script.

An old trick - use LOAD with the REPLACE option from an empty file for each table, that avoids the logging of a DELETE.
Or you can use db2look with "-e -a" options to extract the structure as db2 statements, then create the database from scratch...
__________________
--
Jonathan Petruk
DB2 Database Consultant
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On