Hi ,
there is one table (T1) in database DB1, another table T2 in DB2 , i want to run a query which select data from these two tables and copy/ place this data into third table T3 in DB3.
All Databases are residing in different servers.
i tried sp_addlinkedser ver, but unable to solve the problem.
can anybody please tell me the steps to be follow to solve this problem.
there is one table (T1) in database DB1, another table T2 in DB2 , i want to run a query which select data from these two tables and copy/ place this data into third table T3 in DB3.
All Databases are residing in different servers.
i tried sp_addlinkedser ver, but unable to solve the problem.
can anybody please tell me the steps to be follow to solve this problem.
Comment