Hey guys,
I am in no way any type of database admin but I have this dilemma with a sql server that I am trying to update some table information on.
We are running this imaging system that uses microsoft sql 2005. There are two separate databases on the server and I want to update information on one of the database tables from another database table.
In the object explorer tab when I open the databases folder I have 5 things listed. I only use two of them. One of them is called AX and another called Kfx. I know how to do searches for a specific column with certain data needed.
If I go into one of the databases then go into one of the tables, I can run a sql query for information in that table. Usually what I do to do this is to go into that table by right clicking and selecting open table. After doing that I can go and click on show sql pane and run a query on any column in that table fine. That is the extend to my knowledge.
My question now is how do I run a sql update to update information from one database table to another database's table?
I am in no way any type of database admin but I have this dilemma with a sql server that I am trying to update some table information on.
We are running this imaging system that uses microsoft sql 2005. There are two separate databases on the server and I want to update information on one of the database tables from another database table.
In the object explorer tab when I open the databases folder I have 5 things listed. I only use two of them. One of them is called AX and another called Kfx. I know how to do searches for a specific column with certain data needed.
If I go into one of the databases then go into one of the tables, I can run a sql query for information in that table. Usually what I do to do this is to go into that table by right clicking and selecting open table. After doing that I can go and click on show sql pane and run a query on any column in that table fine. That is the extend to my knowledge.
My question now is how do I run a sql update to update information from one database table to another database's table?