I want to insert data in two tables, both belonging to different servers. I'm already aware with linked server which does the same job. But I'm looking for some other way to solve this problem.
I have two tables say TABLE_1
and TABLE_2
TABLE_1 belongs to server 1 and TABLE_2 belongs to server 2.
I want to insert data in both the tables at once without the usage of linked server. Is there any other way out?
Thanks in advance