I googled a lot but did'nt find clear solution
I am trying to insert data from a
table1 of a database1 from server1
to
table2 of database2 from server2
where i am unable to login to server2 because of sqlserver authentication
- So my question is how to connect to server2 using server authentication from server1 ??
- Also give me simple solution to insert data from one server to another ??