The following list the Extended Properties for each column in a table: [code="sql"]SELECT * FROM ::fn_listExtendedProperty (DEFAULT,'schema', 'dbo', 'table', 'Event', 'column',DEFAULT) [/code]How do you list the Extended Properties for a Table?
↧