Re: Emerald Ports

Dale E. Reed Jr. ( (no email) )
Mon, 06 Jul 1998 12:11:22 -0700

Greg Dobinson wrote:
>
> By default SQL communicates on port 1433(udp or tcp?). You will have to
> set this up accordingly in your Proxy setup.

That is only if you are using TCP/IP. By default SQL Server
communicates
using Named pipes, which uses TCP 137-139 (the netbios ports). You can
however, configure the SQL Client to use TCP/IP, in which case it uses
1433 (by default) and TCP.

Dale