How to?
#2

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.

Quote:

INSERT INTO X.TABLE(Id, Value) SELECT * FROM Y.TABLE;

source
Reply


Messages In This Thread
How to? - by Iillminetor1 - 24.06.2014, 20:06
Re: How to? - by Cutt3r - 24.06.2014, 20:12

Forum Jump:


Users browsing this thread: 1 Guest(s)