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
Moving iTunes Library to a New PC
Lookup column on diffent list doesn't display my field
Setting up mail server on Ubuntu 8.04
How to turn off or alter amount of space used by System Restore and Shadow Copy in Vista?
List Of Different ERP Modules And Information About ERP
Configure Mac to recognize Windows workgroup
Adobe Standard 9 conversion into Powerpoint
remove part of an asp string
Excel Cells with Formulas not updating when inputs change
Problem in Oracle 11G Installation on Linux Red Hat - Packages not found.