I am working on conversion of data from an existing database to a new database. I have a core database I call the "ConversionDb", where I create all my queries, then I have the old database linked in and the new database linked in.
I get periodic updates of the old database every week. I...