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
network card showing 'not connected' in Hyper-V guest
Update Query: Replace values with a NULL when record is missing
reset cell to original value
Sudden complete loss of battery on IBM T60
Cannot connet to internet via wireless but can connect via hardwire
Count the total Active concurrent users in Oracle HRMS
Why does a simple arithmetic execution return wrong number?
SBS 2003 Connectcomputer Wizard (via VPN)???
How to add Ajax Extensions 1.0 library to ASP.NET 2.0?
vba coding help with microsoft access table audit trail of checkboxes and command buttons