24.06.2014, 20:12
You'll have to attach Database X with Database Y using the Attach command, then run the appropriate Insert Into commands for the tables you want to transfer.
source
Quote:
INSERT INTO X.TABLE(Id, Value) SELECT * FROM Y.TABLE; |