I have a table say Table1 on SQL Server 2014 and MySQL both.
Table1
Table1 ID INT,Code VARCHAR(100)
I created a linked server M
M
As on SQL 2014, you could have configured the linked server not to enlist in a distributed transaction. Although you could try adding "Enlist=false" in the @provstr argument to sp_addlinkedserver