hi i have 2 server and 2 db. the first purchases server and db and second sales server and db . i would like to take the information for the purchases db in sales server or sales db in purcases server.
You can use a linked server if you want to run queries that pull from two databases on separate servers. Check out linked servers in SQL Server Books Online for details.