Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

How can I insert in a single table from different SQL Servers

$
0
0
I am trying to create MSX ans TSX relationship 
MSX is SQL1

TSX is
SQL2  and SQL3

created a job in SQL1 that will run on SQL2 and SQL3

job step is :
create table #sqltest_temp (sqlversion nvarchar(max))

Viewing all articles
Browse latest Browse all 3145

Trending Articles