copying data from remote computer to local computer
I am working on a network as end user and have rights of select, insert, update in database situated at remote computer (server). But now i want to copy all of my data from remote computer to my local computer. Plz guide me what is the exact query.
e.g.
get emp_name, emp_add, emp_no from remote computer and then
insert into local computer same as it is.