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
VBA Help Doesn't Work
Login scripts not working between domains with a trust
HP only has drivers for Vista, downgraded to XP.
How to embed Ms Access form in C# WinForms application ?
Exchange 2010: 550 5.7.1 Client does not have permissions to send as this sender
UNION vs DISTINCT
"select where count" Access SQL query
Why is the Remote Install Tab not showing up in the active directory after I install RIS on a server?
MVVM WPF: Binding Problems
SQL Sorting Issue