yochananrachamim / AzureSQL

132 stars 61 forks source link

Re #39 - Ignore External Tables #40

Open alasdaircs opened 1 year ago

alasdaircs commented 1 year ago

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.