Hi Everone,
I am stuck in one situation where i need data from one server table data to another server table data through sql .
Is there any query or method to import data without import/export of GUI.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuman SahuPosted Jan 13, 2020, 5:48 AM
Sanjay GangurdePosted Jan 13, 2020, 5:21 AM
To create a linked server in SSMS, right click on the Linked Servers folder and from the context menu select the New Linked Server option:
In this dialog, the name of a linked server and server type must be identified. The linked servers can be defined for different kind of data source if the Other data source radio button is chosen. For the purpose of this article, the SQL Server radio button under the Server type section will be chosen and in the Linked server text box, a name of the server will be entered:
If the SQL Server type is chosen to configure a SQL Server linked server, the name specified in the Linked server text box must be the name of the remote SQL Server.
Query:
Tuman SahuPosted Jan 13, 2020, 5:07 AM
Jignesh KumarPosted Jan 8, 2020, 9:51 AM
Salman BegPosted Jan 8, 2020, 6:24 AM
Suraj KumarPosted Jan 8, 2020, 6:16 AM