I am using Sql Server 2005.
There are two different Sql Servers.
I need to get data from one server and insert them into database on other server.
As a example assume there is two servers call A and B.
A has DB call ADB and B has DB call BDB.
I need to get data from ADB and insert them into BDB.
Any suggestion?