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

Making a Backup of MS SQL Database With Query

What is NOLOCK Hint in SQL Server ?

What is TABLESAMPLE in SQL Server ?

What is the Difference Between UNION and UNION ALL in SQL Server ...

Generating Random Letters in MS SQL