Finding List of Tables Using View in MS SQL

Run the following query to find the list of all tables using View in MS SQL.

SELECT * FROM INFORMATION_SCHEMA.VIEW_TABLE_USAGE


You May Interest

What is the Maximum Size per Database for SQL Server Express ?

Disabling a Specified Trigger in MS SQL Server

Getting List of MS SQL User-Created Tables

Using Trim Function in MS SQL

What are The Different Backup Options With SQL Server ?