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
USE full qualified name like
INSERT INTO SERVER1.DATABASE1.dbo.TABLE1 values(SELECT * FROM SERVER2.DATABASE2.dbo.TABLE2)