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 freezes with GMail accounts
CCSOFlag's Tax Plan
How to convert / rip .mov movie video to DVD format
Creating a Batch File / Script
Server 2008 Standard to another Server
ASP.NET Show All Button not executing the Query
Monitor the local administrator account activities on the windows servers
how to issue a public and local domain certificate
How to cache a large image?
Site-to-Site VPN - Branch Offices Unable to Communicate