Search found 1 match

by Sinbad
12 Oct 2011 3:26
Forum: Scripts
Topic: Delete a table from command line
Replies: 13
Views: 32674

To delete from the CM (datacenter) database
ctmpsm -SCHEDTAB -REMOVE<tablename>

You can get a list of tables with
ctmpsm -SCHEDTAB -LISTTABLE "*" and use awk to get it into a format you can use for -REMOVE