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
Blank document opens when opening another word document.
Wait For Shell Command to Finish
Integrate MapPoint with Access form
Reader.GetString Receives Conversion Error in vb.net
Runtime error 6 "Over flow" in excel when select the whole sheet content by Ctrl + A
vb.net - panel title
Access 2007 - Reports Problem - SP2 - RecordSource Property
Code for User Permission level
Receiving error when submitting data to SQL Server through asp.net vb
Microsoft, Access, 2000 Is there a way to code a Freeze pane in a datasheet form?