Count number of tables in a SQL Server database


SELECT COUNT(*) from information_schema.tables 
WHERE table_type = 'base table' 

Comments

Popular posts from this blog

What is the difference between asynchronous and synchronous execution?

Yahoo accepting requests for inactive email IDs

How to install JDK 1.7.0 and how to set path and classpath variables