hello every body,
is there any mechanism in visual studio 2005 and c# to copy the remote server table and update the local database table with that copied table,
please guide me in this topic, step by step to accomplish it, if no than please suggest me what i have to do for this in c# window application.
i have sql server 2005 database at local and remote server.
thanx in advance!

is the remote server also SQL 2005?
if so, and you know the DB format (presumably you made it or, you have a prefixed format from someone else) ensure you make tables on remote end if they dont exist and copy data table by table to from one connection to the other.

no Im not going to code it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.