MrSandman666
Programmer
Hi everybody.
Let's say I have two databases (DB_A and DB_B). Let's also say that DB_A contains a couple of tables and these tables contain data. Now, I want to copy these tables with all their data to DB_B.
Seems like a simple operation but I can't find any documentation about that. Is there a way to this, without having to do it by hand? It's really a lot of data.
And please explain everything as simple as you can. I'm rather new to SQL.
Let's say I have two databases (DB_A and DB_B). Let's also say that DB_A contains a couple of tables and these tables contain data. Now, I want to copy these tables with all their data to DB_B.
Seems like a simple operation but I can't find any documentation about that. Is there a way to this, without having to do it by hand? It's really a lot of data.
And please explain everything as simple as you can. I'm rather new to SQL.