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
Install windows NT with not CD Rom?
Shut down and external hard drive damage
Server 2008 R2 Backup account permissions
Add to dictionary - where is dictionary located
CEO has left and have been asked to ensure that Out of Office applys to Every email and not just first one from each sender
1024 character limit in query grid
I implemented a Java (J2SE) application. The client wants the program to look like as .NET gui. Are there libraries for this need in Java?
PHP Array Syntax Issue
Exchange ActiveSync query
SSIS Importing CSV file