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
Driver for Maxtor One Touch III
Java.lang.Error: java.lang.reflect.Invocati<wbr />onTargetEx<wbr />ception
Outlook web access images wont load
Server 2008 Workgroup question
Check Boxes as Query Criteria
Select TOP row in One-Many relationship - MS SQL
Setting up our Maintenance Plan on our new SQL 2008
Slow speeds accessing files from Windows Server 2008 Standard
Insert Values
Embed Excel into an Access tab control page