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

Deleting Columns From a Table with a Query in MS SQL

What are the System Data Collection Sets Predefined Inside SQL Se ...

What is the Difference Between VARCHAR and VARCHAR(MAX) Datatypes ...

Getting List of All Stored Procedures in Database in MS SQL

How is Deadlock Different From a Blocking Situation in SQL Server ...