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 ?

Finding Session Id in MS SQL User's Current Process

What is Utility Control Point (UCP) in SQL Server ?

What is the Difference Between UNION and UNION ALL in SQL Server ...

What is Blocking in SQL Server ?