|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/6/2009 6:58:27 AM
Posts: 4,
Visits: 9
|
|
|
I have some databases which has some journal tables. I want to drop the journal tables. Can anyone suggest the how to drop the journal tables.
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 11/5/2009 4:40:02 PM
Posts: 717,
Visits: 466
|
|
How did you create the journal? This is how to drop it, too.
modify database xxx as drop default journal table;
Dieter
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/6/2009 6:58:27 AM
Posts: 4,
Visits: 9
|
|
|
|
|