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
access 97 in 64 bit windows xp
Setting a Column's Required Property to False using VBA
MySysCompactError
Chunk rows of records into 64K blocks and create .xls files..
Hide Actions menu in SharePoint library
How do I add a hyperlink to a InfoPath picture?
vb.net sata hard drive serial number
Type of conditional expression cannot be determined because there is no implicit
Export table to Excel
SSRS Datasets Problem