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

What are the Authentication Modes in SQL Server ?

What are Table Valued Parameters ?

How is Deadlock Different From a Blocking Situation in SQL Server ...

What is the XML Datatype in SQL Server ?