F
F
favbet2015-08-23 18:42:36
SQL Server
favbet, 2015-08-23 18:42:36

How to get data from another server with a request?

Hello.
Just started working with SQL Server and faced the task of getting data from another server.
There is a server on which a certain calculation logic will be laid. And it is necessary to receive data from tables that are updated daily on another server.
Can you please tell me how to get data from another server?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Georgy Grigoriev, 2015-08-24
@favbet

That's what Linked Server technology is for. You create such object and then to it through OPENQUERY address. You can wrap it in a view for kosher, and it will be transparent to your recipient, as if you are working with a table from the same database. The only thing worth paying attention to is performance, in some cases with such a bunch it can sag.

D
Dmitry Kovalsky, 2015-08-23
@dmitryKovalskiy

Google on the topic "MS SQL Data Replication". This is for example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question