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 Auditing Inside SQL Server ?

MS SQL Get Current Time GETDATE()

How to Show Line Numbers in MS SQL Server ?

MS SQL Finding Which Tables a Column Name is In

What is SQL Server Agent ?