Answer (1 of 11): There are several possible ways to do this, depending on the originating and/or target database server. A generic way to do this is to generate CREATE TABLE and INSERT statements which on execution on any (other) RDBMS would duplicate the table contents. Optionally you could a...