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
Creating a directory path string based on choices in a form
tempdb in RAM on SQL Server 2005
System.NullReferenceExcept<wbr />ion Was Unhandled By User Code When Looping Through DataSet
could not load VFD.VXD
Change the background color of a CDateTimeCtrl object.
Passing Parameters to Crystal Report Viewer - ASP.Net / C#.Net
Problems printing non-standard envelope size to HP with feeder.
Application.LoadFromText automation
How do you tell visual studio to reindent all code so you can match up the "if/else" "while", and strucs like that
Error exporting to PDF when report language is set to French