Hi,
First off, thanks for making this tool available, its great.
However, I found an issue for our use case.
Most of our tables contain a "timestamp" field. This can not be directly inserted into. However the insert statements attempt to do so. They should be omitting the field or using a DEFAULT so that the server can insert the latest database timestamp. The implication is that you can not exactly duplicate the data, we understand this and need the timestamp in our production server.
Also, can you have an option to make the script work to load the DB into the current DB, not "USE [dbname]" ever where? This would allow us to load older database versions along side the current one.
Thanks,
Ash.