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
How to change a font in VFP 9.0
SQL statement to create dataset where table date field is > than a datepicker.value
Parse Text From Outlook Body Using VBA
query on unbound text box producing strange characters and not numbers
Delete a record in the BeforeUpdate
How to make a simple search form
Subform Dlookup with multiple criteria
ADO recordset open SQL statement. Error when table name contains an underscore. MyTable_New
Cant see header or footer in form view??
WSS 3.0 Documents in Sharepoint