What is Linked Server?
Linked Server is a feature in SQL Server that allows access to other databases, similar to accessing a SQL Server DB. As the name suggests it "links" to other servers, either other SQL Servers or other DBs on non-windows Servers (i.e. Oracle, DB2, etc.).
The easiest way to create a Linked Server is through Enterprise Manager.
The easiest way to create a Linked Server is through Enterprise Manager.
- In the left pane, expand the objects down to the desired server, where the Linked Server will be created.
- Expand Databases of the desired server and click on the "Security" Folder
- Right Click on "Linked Servers" and select "New Linked Server". Specify all the parameters for the server to be linked to.
Comments