I have two servers and I need to transfer all the details of a particular user from one server to another server.
I selected row from one server and now I have to in
You need to define linked server in SQl server. For example LN that you can insert to the linked database. LN.dbo.table . In your store procedure you can insert into linked table