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
group by and sum function in SQL
Setting WPF radio button FontWeight based on Checked value
Delete Files from Temp Directory that are at least 2 hours old
Access 2003 to Word 2003: quest 2: where can i put these 2 lines of code, bec. now it's giving me an error
Visual Studio 2008 - Installing Custom Project Templates
vb.net - close form on exit
SQL Server Dynamic Procedure Design
How do I prevent a SBS2003 computer rebooting with LSASS.EXE When trying to update a password the return status indicates that the value...
Excel VBA - Use solver purely programmatically
Need to remove ODBC Data Source - dBASE files - getting error.