tsql - How to execute T-SQL Procedure to load data from one machine to another that has sql server -
i have 2 machines , each 1 contains sql server + different instance/database + different ip/port ( know )
i want load data machine machine b executing t-sql procedure on b. use windows authentication authentication method.
i read sp_addlinkedserver couldn't execute .
edit:
i hope see exeample of using sp_addlinkedserver different servers use windows authentication ads auth method
if sp_addlinkedserver didn't work you, might try 1 of rowset functions instead. specifically, openrowset().
Comments
Post a Comment