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
photoshop CS3 16-bit image support problems - and are they addressed in CS5?
Convert matrix values to columns
Stop Error 0x0000007e on Server 2003
Exchange 2007 Command Shell: Public Folder Permissions
Cannot ping outside IP of Firebox
How to delete all relationships between tables before deleting tables within Access using VBA?
Late bound calls to file system methods in the Visual Basic runtime are not permitted.
WAMP will not restart on WINDOWS 2003 Server
regarding auto-archiving of emails in MS Outlook 2003
Find function skips duplicates