I'm trying to get description of the views on my database, and I tried joining INFORMATION_SCHEMA.VIEWS with sys.extended_properties.
Problem is that I can't find ID in INFORMATION_SCHEMA.VIEWS
Anyone know how to solve the problem?
Thanks in advance.