Site icon Sibeesh Passion

Get the Table Count in a DB in SQL

Get the table count in a DB in SQL.
[sql]
select * from sys.tables where is_ms_shipped=’0′
[/sql]

Exit mobile version