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 View in SQL Server ?

How to Show Line Numbers in MS SQL Server ?

Generating Random Letters in MS SQL

How is Change Tracking is Different From Change Data Capture ?

Adding Columns to a Table with a Query in MS SQL