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 Blocking in SQL Server ?

MS SQL Getting a Random Row in a Table

Getting List of MS SQL User-Created Tables

Changing MS SQL Database Name with Query

What is Change Data Capture in SQL Server ?