Set up the data mart server
Perform these steps on both the repository and data mart servers.
- In the MS SQL Server Management Studio, expand Server Objects.
- Right-click Linked Servers and select New Linked Server.
- In the Linked server field, specify the server instance.
- Select SQL Server as the Server type.
- Select the Security page, add the login details for the server instance.
-
Select the Server Options page and enable
these:
-
RPC
-
RPC Out
Note:These settings enable remote procedure calls.
-
-
Set the Enable Promotion of Distributed Transactions to False.
Note:
This setting allows the native client to use remote/network transactions on linked servers.
- Click OK.
- Navigate to Server Objects > Linked Servers.
- Right-click the linked server you created and select Test Connection.