Seriously, especially for simple databases, your SQL Server has a great built-in SQL parser.
Create a diagram and load it. Compare the data, then release the diagram when done.
If you are afraid of running DDL, then perhaps using one of several lightweight built-in servers will do the job for you (for example, Derby if you run Java).
Then you get the parsed SQL and access the tables in the same way as now.
You have a database, you can also use it if you can.
source share