ADSM-L

Re: samples..........

2000-09-10 07:11:58
Subject: Re: samples..........
From: Richard Sims <rbs AT BU DOT EDU>
Date: Sun, 10 Sep 2000 07:12:07 -0400
>        Does anyone know of way of telling how many entries you have in a
>database without doing a unloaddb.??

select sum(num_files) as "Total files" from occupancy

will tell you how many filespace objects are in the database
(which does not include administrative objects, log entries, and the like).

   Richard Sims, BU
<Prev in Thread] Current Thread [Next in Thread>