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))
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))