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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -