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 are Indexed Views inside SQL Server ?

What is a Linked Server in SQL Server ?

What is the Maximum Number of Columns a Table in SQL Server ?

What Have INCLUDED Columns With SQL Server Indexes ?

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