Connect via MS SQL Server 2005?

Could someone please tell me or direct me to instructions for connecting to a remote DB (Jodohost) with Management Studio in SQL Server 2005?
 
Nevermind, there's servicable instructions in BOL. They are (for those interested):
On the Registered Servers toolbar, click Database Engine if necessary. (It may already be selected.)

Right-click Database Engine, point to New, and then click Server Registration. The New Server Registration dialog box opens.

In the Server name text box, type the name of your SQL Server instance.

In the Registered server name box, type AdventureWorks.

On the Connection Properties tab, in the Connect to database list, select AdventureWorks, and then click Save.
The registered servers toolbar is not displayed by default, click view->registered servers or cntrl-alt-G to view it.
 
Back
Top