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 an Online Rebuilding of Indexes in SQL Server ?

What is a Control Flow Inside SSIS ?

How is Auditing Different From Change Data Capture in SQL Server?

What is FILLFACTOR in SQL Server ?

General Information List of All Allowed Databases in MS SQL Serve ...