To complete this tutorial, you should be familiar with the Transact-SQL language and how to use the Transact-SQL Query Editor in SQL Server Management Studio.
You must have two instances of the Database Engine installed. If the two instances are on separate computers, always connect to each instance from a copy of Management Studio on the same computer. For example, do not connect to the initiator instance from a copy of Management Studio on the target computer.
You must have a single login authorized in both instances. In both instances, the login must be either a member of the sysadmin fixed server role, or have the following permissions to run this tutorial:
-
ALTER ANY LINKED SERVER.
-
CREATE ENDPOINT.
-
At least one of the CREATE DATABASE, CREATE ANY DATABASE, or ALTER ANY DATABASE permissions.
Both instances of the Database Engine must be running under a Windows account that is a valid login in the other instance.
Both systems must have the following installed:
-
Any edition of SQL Server 2005, but only one of the instances can be SQL Server Express Edition.
-
Either SQL Server Management Studio or Management Studio Express.
-
Internet Explorer 6 or a later version.
The firewalls for both systems must be configured to enable connections to UDP port 1434 and TCP ports 1433 and 4022. Use the Surface Area Configuration tool to ensure that both instances allow remote connections. Use SQL Server Configuration Manager to ensure that the SQL Server Browser service is running on both computers.