Count the number of Views in a Database

Akiii
Posted by Akiii under Sql Server category on | Points: 40 | Views : 1797
SELECT COUNT(*) AS VIEW_COUNT 
FROM INFORMATION_SCHEMA.VIEWS



Select the Database and execute the above query !



Thanks and Regards
Akiii

Comments or Responses

Login to post response