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 Merge Statement in SQL Server ?

What is Partial Cache Mode in SSIS ?

What is Auditing Inside SQL Server ?

What is The Difference Between The Index Seek and Index Scan in S ...

What is RAISEERROR in SQL Server ?