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 a ROLLUP Clause in SQL Server ?

What is RAISEERROR in SQL Server ?

How is Change Tracking is Different From Change Data Capture ?

What is the Difference Between UNION and UNION ALL in SQL Server ...

Deleting Columns From a Table with a Query in MS SQL