Microsoft
Software
Hardware
Network
Question : sql to copy data from table 1 to table 2 in sep databases
Is there a way to create a script to copy data from database1 to database2 from table1 in database1 to table2 in database2 ? The tables have the exact same structure, I am basically moving them from one DB to another, once they are copied Ill later on delete them from the first database.
Answer : sql to copy data from table 1 to table 2 in sep databases
insert into database1.dbo.table1(field
list)
select fieldlist
from database2.dbo.table1
Random Solutions
Total cost formula using Excel
Cisco VPN client on VISTA
Silverlight bandwidth performance
Access 2007 Customized Ribbon button disappears in Runtime
How do I fix App log Event id 1202 warning. 0x534 error (Windows 2000 Server)?
Adding user-input date range to query in MS Access
How to create links in access tables
Installing Exchange 2007 Managment Tools on Windows 7
New removable HDD not detected
File Conversion window opens when I try open a Word .doc