Microsoft
Software
Hardware
Network
Question : how to insert values
hi all i have created a table in a database 1 and want to insert values from another table from a different database2, how can i do it ?and also i want to update my table in database 1 every 30 minutes with the new values.
please help
Answer : how to insert values
insert:
Insert into Server1.Database1.SchemaNa
me.Table1 (Field1,
Field2
Field3)
SELEC
T
Field1,Field2Field3 FROM
Server1.Database2.SchemaNa
me.Table1
Update:
for update after every 30 minutes, you can set SQL Job.
Random Solutions
Outlook 2007 doesn't receive email until click Send\receive
How to find out which exchange server a remote user is using?
How to set the datagridview column header text to a mixedCase+windows programming vb.net 2005
Excel Conditional Cell Protection
Where can I download Visual Studio 2005
Windows NTBackup on Server 2008
What is this network configuration called so I can Google it?
iPhone page redirect
DNS Resolution problem
Setup SQL Server replication