Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

How do you list the Extended Events for the Table

$
0
0
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?

Viewing all articles
Browse latest Browse all 6525

Trending Articles