all groups > sql server connect > august 2006 >
You're in the

sql server connect

group:

Connect to DB using another TCP port from SQL management Studio


Connect to DB using another TCP port from SQL management Studio walanta
8/24/2006 12:16:55 PM
sql server connect: Hi,
The DBA set database on server to a high TCP port number.
How can I connect to it from Microsoft SQL2005 management Studio.
I can't find the option to set TCP port number in there.

Re: Connect to DB using another TCP port from SQL management Studio walanta
8/24/2006 4:13:53 PM

Where is "connection dialog" ?
I'm using SQL server management studio-> object explore-> connect->
database engine -> ...
I see "servername:", "authentication:", "connect to database:",
"network protocol"...
No place I can put "tcp:192.168.1.1,8800" or somthing like that.




On Thu, 24 Aug 2006 22:08:36 +0100, "Jasper Smith"
[quoted text, click to view]
Re: Connect to DB using another TCP port from SQL management Studio Hari Prasad
8/24/2006 8:21:59 PM
Hi,

Go to SQL Server program groups nad select "SQL Server Configuration
Manager"

Thanks
Hari
SQL Server MVP

[quoted text, click to view]

Re: Connect to DB using another TCP port from SQL management Studi Linchi Shea
8/24/2006 8:55:01 PM
In the Server Name box, type server_name,port_number

Linchi

[quoted text, click to view]
Re: Connect to DB using another TCP port from SQL management Studio Jasper Smith
8/24/2006 10:08:36 PM
You can use tcp:servername,port in the connection dialog although if the SQL
Browser is running you should still be able to use the instance name. As an
alternative you can set up a client alias using SQL Server Configuration
Manager>SQL Native Client Configuration>Aliases

--
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com


[quoted text, click to view]

Re: Connect to DB using another TCP port from SQL management Studio Jasper Smith
8/25/2006 8:26:10 PM
It's in the Server name box i.e. if your server was called FOO and on port
55551 you would use

tcp:FOO,55551

in the Server name box

--
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com


[quoted text, click to view]

Re: Connect to DB using another TCP port from SQL management Studio Jens
9/5/2006 4:34:04 AM
If SQL Browser is started you should be redirected automatically. For
security reasons (and the fact that this is not enabled in the setup
process by default) the SQL Browser service can not be running. The
port can be specified manually by putting it after the instancename you
want to connect to:

For default instances: Servername\InstanceName,Portnumber
For named instances: Servername,Portnumber


HTH, Jens Suessmeyer.

---
http://www.sqlserver2005.de
---
AddThis Social Bookmark Button