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

Getting Character Count in MS SQL

Benefits of Using Stored Procedures in MS SQL

What is Utility Control Point (UCP) in SQL Server ?

Getting List of All Stored Procedures in Database in MS SQL

What is the Filtered Index in SQL Server ?