Add tables to datadictionary - peterlegrand/SIPx GitHub Wiki
SELECT * FROM DataDictionaryTables where TableName not in (select name from sys.tables) order by tablename SELECT Name FROM Sys.Tables where name not in (Select tablename from DataDictionaryTables) order by name