Is the remote server you are trying to add row to is a linked server ?
If it is then you can insert row using four-part name syntax like this
Code:
Insert into server.database.owner.table(col1, col2,...)
values(....)
Harsh Athalye
India
"Nothing is impossible"