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
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
How to get application path in VB.NET ?
what are the rules in windows 7 with CAL's with terminal server connections?
Using System.IO.Directory.GetFil<wbr />es in VB.NET
Slow ODBC connection from PHP through IIS to Sql Sever 2005
Findcontrol (How do I?)
Moving sql server mdf file
How do I apply computer settings via a group policy applied to user objects?
How do I change the currentproject.connection during run-time (or startup)?
Recall messages stuck in Outbox