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 Utility Control Point (UCP) in SQL Server ?

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

How to Optimize Stored Procedure in SQL Server ?

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

Making a Backup of MS SQL Database With Query