ADSM-L

Re: Formula to calculate # tapes required

2001-02-16 15:00:49
Subject: Re: Formula to calculate # tapes required
From: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
Date: Fri, 16 Feb 2001 15:01:11 -0500
I agree.  Here is a query that will do it for you:

select stgpool_name as stgpool,
cast(mean(est_capacity_MB/1024) as decimal(5,2)) as
gb_per_FULL_vol from volumes where status='FULL' group by
stgpool_name