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

What is the Difference Between CHAR and VARCHAR Datatypes in SQL ...

How to Optimize Stored Procedure in SQL Server ?

Disabling All Constants in a Table in MS SQL

What is an Online Rebuilding of Indexes in SQL Server ?

How is Auditing Different From Change Data Capture in SQL Server?