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 a Covered Index in SQL Server ?

What is CTE in SQL Server ?

How is Sqlcmd Different from Osql ?

Finding Server Default Language in MS SQL

Benefits of Using Stored Procedures in MS SQL