ADSM-L

Re: finding unused mgmt classes - why didn't this work?

2001-04-17 13:44:28
Subject: Re: finding unused mgmt classes - why didn't this work?
From: Alex Paschal <AlexPaschal AT FREIGHTLINER DOT COM>
Date: Tue, 17 Apr 2001 10:45:07 -0700
The following select statement might be a way to find out what you wish to
know.  However, it'll probably take a while to run.

select domain_name, class_name from mgmtclasses where class_name not in
(select distinct(class_name) from archives)

Alex Paschal
Storage Administrator
Freightliner, LLC
(503) 745-6850 phone/vmail

<Prev in Thread] Current Thread [Next in Thread>