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

How to Show Line Numbers in MS SQL Server ?

MS SQL Compiling a Stored Procedure With a Requery

What is the Difference Between Clustered and a Non-clustered Inde ...

What is the Difference Between a Local and a Global Temporary Tab ...

What is SQL Injection in SQL Server ?