Hi,
I have a requirement where I want to count no. of tables present in Database.
Thanks
Hi Varun,
You can use below query to find total number of Table in your database.
select COUNT(*) from INFORMATION_SCHEMA.TABLES