List of SQL VIEWS, with their Columns values plus the Constraints and Extended Properties - not from sys.views, but from sys.tables.
My present query list the VIEWS by Schema, View, Column Name, etc. I have tried, but it must be Friday afternoon kicking in and drawing a blank on how to display the columns' Constraints and Extended Properties. Not the Constraints and Extended Properties from the sys.views, but the values that are present in the table, sys.table.
If you look at my attached query and replace sys.views with sys.tables on Line 38 and change 'U' to a 'V' on Line 45 that is what I want to see, except it's listing the views and not tables.