I've seen posts about MetadataWorkspace but no examples for this task. I want my code to detect if the database has had a new table added so I'm comparing the number of tables in the DB with 2 lists of known tables. A table can be either user data or system data and I want to delete all the data in the user tables.
If a new table is discovered, the code will ask the user to define whether it contains system or user data.