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 List of MS SQL User-Created Tables

What is Partial Cache Mode in SSIS ?

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

Benefits of Using Stored Procedures in MS SQL

What is a Covered Index in SQL Server ?