Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I need to be able to do a select count(*) from all the tables in a database (SQL Server D/B). Usually I would do
select count(*) from (select table_name from all_tables);
but I'm not sure how to do it in SQL Server.
I'd be much obliged for any help.
Thanks.
I need to be able to do a select count(*) from all the tables in a database (SQL Server D/B). Usually I would do
select count(*) from (select table_name from all_tables);
but I'm not sure how to do it in SQL Server.
I'd be much obliged for any help.
Thanks.