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
Adding extra characters to an output.
Host_Name returning wrong computer name
kaspersky administration kit problem
ASP Error trying to update Access DB
3 workbooks need to extract colums from each workbook each would be different and get to 1 new workbook
excel: how to create grapohs wth multiple cells
Add option before execute macro
What do I need to do with my existing win 2003 server DC when adding a Win 2008 SBS in the domain as a GC
Macro to merge columns in Word tables
CAB (inside MSI) files Vs EXE file