Subject RE: [firebird-support] Row count for all tables
Author Dunbar, Norman (Capgemini)
Hi Scott,

you could write a selectable procedure to do it, or something along the
lines of the following in isql:

set echo;
set heading;
output <file_name>;

select 'select ''' || rdb$relation_name || ''', count(*) from ' ||
rdb$relation_name || ';'
from rdb$relations
where rdb$system_flag = 0
and rdb$view_blr is null;

Output;
input <filename>;
commit;


Cheers,
Norman.

Norman Dunbar
Contract Senior Oracle DBA
Capgemini Database Team (EA)
Internal : 7 28 2051
External : 0113 231 2051

>> -----Original Message-----
>> From: firebird-support@yahoogroups.com
>> [mailto:firebird-support@yahoogroups.com] On Behalf Of Scott
>> Sent: 29 March 2011 15:39
>> To: firebird-support@yahoogroups.com
>> Subject: [firebird-support] Row count for all tables
>>
>> Click here
>> <https://www.mailcontrol.com/sr/wQw0zmjPoHdJTZGyOCrrhg==
>> D+5iPLbnVGs!N3KWp0Lv0czHD3rafOiWKPKgpO2YP2cPXedye7!a4hOmw==>
>> to report this email as spam.
>>
>>
>>
>>
>>
>> Hello,
>>
>> Is there a easy way to get the row count for all tables?
>>
>> Dave
>>
>>
>>
>>
>>


Information in this message may be confidential and may be legally privileged. If you have received this message by mistake, please notify the sender immediately, delete it and do not copy it to anyone else.

We have checked this email and its attachments for viruses. But you should still check any attachment before opening it.
We may have to make this message and any reply to it public if asked to under the Freedom of Information Act, Data Protection Act or for litigation. Email messages and attachments sent to or from any Environment Agency address may also be accessed by someone other than the sender or recipient, for business purposes.

If we have sent you information and you wish to use it please read our terms and conditions which you can get by calling us on 08708 506 506. Find out more about the Environment Agency at www.environment-agency.gov.uk