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
Error 1004 Unable to get the Show property of the Dialog class when using the command xlApp.Dialogs(189).Show(rs<wbr />!Email, "Subject")
SQL 2005 Silent Install INI Path
user can not login after the complete restore of AD
Windows Server 2003 SP2 can't see 5.4 terabyte array
There is insufficient system memory in resource pool 'internal' to run this query. WE upgraded from a 32 bit, 4 GB, Windows 2003 server, SQL server 2005 machine to a 64 bit, 2 processor quad core, 8
Excel Macro to Compare Cells and Edit the Workbook
SQL DISTINCT Problem
I am trying to get the "Currently" selected item in a multiple selection listbox - how can this be done?
NetBIOS
outlook vba to saveas .msg allowing user to navigate to target folder.