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

Using MS SQL COUNT

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

What are Replication and Database Mirroring in SQL Server ?

Finding Server Default Language in MS SQL

MS SQL Compiling a Stored Procedure With a Requery