List of Table Columns Used in Any View in MS SQL

The following query is run to get the List of Table Columns used in any View in MS SQL.

SELECT * FROM INFORMATION_SCHEMA.VIEW_COLUMN_USAGE


You May Interest

Which TCP/IP Port Does the SQL Server Run On ?

What are Some Advantages of Using CTE in SQL Server ?

What are the Events On Default Trace in SQL Server ?

Disabling a Specified Trigger in MS SQL Server

Making a MS SQL Database Offline