ADSM-L

Re: TSM Database Tables

2002-02-15 15:59:31
Subject: Re: TSM Database Tables
From: Andrew Raibeck <storman AT US.IBM DOT COM>
Date: Fri, 15 Feb 2002 15:57:01 -0500
Hi Pattie,

I"m not aware of any updated list, but you can use the SELECT statement to
find out:

   SELECT TABNAME FROM TABLES

You can use the following to find out what columns are in the table:

   SELECT * FROM COLUMNS WHERE TABNAME='tablename'

where tablename is the name of the table you are interested in (be sure to
put the table name in uppercase).

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: storman AT us.ibm DOT com

The only dumb question is the one that goes unasked.
The command line is your friend.
"Good enough" is the enemy of excellence.




Patricia LeBlanc <Patricia.Leblanc AT LIBERTYMUTUAL DOT COM>
Sent by: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
02/15/2002 13:40
Please respond to "ADSM: Dist Stor Manager"


        To:     ADSM-L AT VM.MARIST DOT EDU
        cc:
        Subject:        TSM Database Tables



Anyone know where I can find (online) an updated copy of the TSM Database
Tables?

Thanks,
pattie
Liberty Mutual
Backup and Recovery
<Prev in Thread] Current Thread [Next in Thread>