Re: connect the SQL Server in different domains
From: Bala Neerumalla[MSFT] (balnee_at_online.microsoft.com)
Date: 02/20/04
- Next message: Yelson: "Connect Error"
- Previous message: Bala Neerumalla[MSFT]: "Re: Linked Servers with Security Account Delegation"
- In reply to: ALLEN: "connect the SQL Server in different domains"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 22:07:23 -0800
You should not find any difference in normal connectivity, but there is one
thing that you might want to be aware of in this particular scenario. If you
want to use Kerberos Authenticatin then you will have to register an SPN for
the SQL Server using NETBIOS name.
Generally SPN should be registered in the following format
MSSQLSvc/sqlmachine.domain.net:1433 sqlserviceact
But to enable Kerberos protocol in this inter domain scenario, you will also
need to register an SPN using the NETBIOS name
MSSQLSvc/sqlmachine:1433 sqlserviceact
Thanks,
Bala.
-- This posting is provided "AS IS" with no warranties, and confers no rights. "ALLEN" <anonymous@discussions.microsoft.com> wrote in message news:3F57F4DF-7BB7-4C66-A362-5C112F850ABE@microsoft.com... > HI ALL > > I have tow domains, in the same forest. From one domain, which has a SQL Server A , I want to use the Enterprise manager or the Query Analyzer to connect the SQL Server B in the other domain and vise versa. Could any one elaborate all the method to do that. > > thank you very much.
- Next message: Yelson: "Connect Error"
- Previous message: Bala Neerumalla[MSFT]: "Re: Linked Servers with Security Account Delegation"
- In reply to: ALLEN: "connect the SQL Server in different domains"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|