Groups | Blog | Home
all groups > sql server connect > november 2003 >

sql server connect : Cannot connect to SQL Server on separate domain


Kim
11/21/2003 7:30:24 AM
How can I connect to a SQL server that is on a different
domain?.

We have 1 NT and 1 Windows 2000 Domain Contollers both
with SQL on. We used to dial in and connect, for
replication purposes, which was fine but we now need to
connect across a lan without re-configuring the domain
server that SQL is on.

I have set up the trusted and trusting connections on the
respective domain controllers and tried making the 2000
server a router. But I still cannot get a connection from
either of them.

The permissions are the same for both.

Linchi Shea
11/21/2003 12:21:01 PM
Just want to add,

If you don't have to use Windows authentication, the trust
relationship between the domains doesn't matter. You can
always connect via TCP sockets, which requires only TCP
level connectivity.

Regards,

Linchi

[quoted text, click to view]
Steve Thompson
11/21/2003 1:03:48 PM
[quoted text, click to view]

Typically in a trusted domain scenario, you need to add your account from
the TRUSTED domain into a group in the TRUSTING domain that access to the
SQL Server in the trusting domain.

If you want to respond with domain names, trust relationships, I'm sure we
can help.

BTW, another "gotcha" in this scenario is that DNS and WINS is properly
enabled and name resolution is working correctly.

Steve

Harry
11/24/2003 2:11:09 AM
Exact my problem, but i tried to connect via TCP socket and an database user
Steve Thompson
12/1/2003 3:45:15 PM
Even TCP connectivity requires authentication at the server level...

Steve
[quoted text, click to view]

AddThis Social Bookmark Button