• Sorted, as I'm only using the Linked Server for this activity I've configured it to ignore remote proc transactions.

    EXEC master.dbo.sp_serveroption @server=N'XX.XXX.XX.XX', @optname=N'remote proc transaction promotion', @optvalue=N'false'