Linking Servers - Intergraph Smart 3D - Installation & Upgrade

Intergraph Smart 3D Installation

Language
English
Product
Intergraph Smart 3D
Search by Category
Installation & Upgrade
Smart 3D Version
11 (2016)

The Linked Servers option in Microsoft SQL Server Management Studio allows you to connect to another instance of SQL Server running on a different server.

If you have two or more database servers (target database servers) then you need to link them to the source database server. This allows Copy by Family in the Molded Forms task to support retrieving or copying data from different servers.

Add User Account on Target Database Server

  1. Expand the listing under target database server in Object Explorer.

  2. Expand the listing under Security.

  3. Right-click Logins, and select New Login from the shortcut menu.

  4. On the Login - New dialog box, enter the user account in the Login name text box.

  5. Select SQL Server authentication, and create a password.

  6. Select Server Roles under the Select a page heading to display the Server Roles list.

  7. In the Server Roles list, select the sysadmin check box.

  8. Click Ok.

    The new user account created is displayed under Security > Logins of the target database server.

Link Target Database Server to Source Database Server

  1. Connect to the target database server using the new user account you created. Change the password when prompted.

  2. Expand the listing under for your source database server in Object Explorer.

  3. Expand the listing under Server Objects.

  4. Right-click Linked Servers, and select New Linked Server from the shortcut menu.

  5. On the New Linked Server dialog box, enter the target database server name in the Linked Server text box.

  6. Select SQL Server under Server Type.

  7. Select Security under the Select a page heading to display security options.

  8. Under For a login not defined in the list above, connections will:, select Be made using this security context:, and enter the new user account information you created.

  9. Click Ok.

    The target database server added is displayed under Server Objects > Linked Servers of the source database server.

Test Connection

Right-click the target database server that you linked to the source database server, and select Test Connection from the shortcut menu.

"The test connection to the linked server succeeded." dialog box is displayed.