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
Convert/Compile Excel Sheets to Portable EXE
Squid on Windows 2003
Unable to export/open a SharePoint list in Excel
Abort sql query in the middle of the execution process.
How to make a popup window appear in Access
DBDesigner 4 to MSSQL 2000
MS Access 2003 - sending email
Problem with Backup Configuration Wizard in SBS 2003 - "An unexpected error occurred (80070057). The parameter is incorrect"
Setting TextBlock Text Property dynamically
How to get data from table into treeview