I wanted to know if there is any way to insert values into table that on different server. Let's say in a work environment that we connect to different server by mRemote. I can transfer files from one pc to another. I tried
insert
into [Server Ip].[GlobalSales].dbo.sales
values (3, 'F', 11, getdate () )