I want to list all the tables which does not contain a particular column in their index but the column exist in the table schema.
I referenced List of all index & index columns in SQL Server DB but the query is listing all the tables with all the index.
For example, if the table schema contains a column 'Date' and the index does not contain the column 'Date' then i want to list this table in my result.