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

Getting Character Count in MS SQL

What is Log Shipping in SQL Server ?

What is the Merge Statement in SQL Server ?

Getting List of All Views in MS SQL Database

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