I need to clone a table of a database which exists in a different servers. e.g.On server A there is a database called EmployeeDataBase which has a table t1 which I need to copy to the database called EmployeeDataBase which exists on Server B. How to do it using linq query.
My application uses linq to entity.
Thanks