AzureSQL icon indicating copy to clipboard operation
AzureSQL copied to clipboard

Re #39 - Ignore External Tables

Open alasdaircs opened this issue 2 years ago • 0 comments

Anti-Semi-Join against sys.external_tables on matching object_id to exclude External Tables Also fix for ignoring TVFs - the [type] column is a 1 or 2 letter code, 'TF' for Table Valued Functions, whereas the [type_desc] is a brief description, 'SQL_TABLE_VALUED_FUNCTION' for Table Valued Functions.

alasdaircs avatar Oct 31 '23 20:10 alasdaircs