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
no system beep 2008 r2
Solution vs. Project
Is adding a semi-colon a part of the the proper SQL string syntax for manipulating Microsoft Access queries?
sql server udp port
CSS to make image expand to left
Filer a form with comobox value
ASSP Spam Issues
Total Active Calls 1 = Active Channels 2 Trixbox
cold fusion form: When my dropdown field changes, how do I update a another field that shows the current date/stamp?
How many millimeters between the outer most screws on a standard SATA 3.5" hard drive?