Re: Link Server and sa password

From: BP Margolin (bpmargo@attglobal.net)
Date: 02/09/03


From: "BP Margolin" <bpmargo@attglobal.net>
Date: Sun, 9 Feb 2003 11:44:07 -0500


Shah,

When server AAA tries to access server BBB, server BBB doesn't care that it
is being accessed by another SQL Server instance. From the perspective of
server BBB, just another user is requesting access.

Impersonation means that when server AAA is trying to access server BBB, it
should login to server BBB using the credentials specified.

Are you supplying the sa password of server BBB or of server AAA? Server BBB
doesn't care what the sa password of server AAA is, so you need to supply
the password of server BBB.

Also, is server BBB set up to use Mixed Authentication mode? If server BBB
only accepts Windows Authentication, then sa passwords, even if valid, just
don't work ;-)

-------------------------------------------
BP Margolin
Please reply only to the newsgroups.
When posting, inclusion of SQL (CREATE TABLE ..., INSERT ..., etc.) which
can be cut and pasted into Query Analyzer is appreciated.

"S H Ferdous" <shah_ferdous@hotmail.com> wrote in message
news:00ed01c2d027$0e280180$3001280a@phx.gbl...
> I am using MSSQL Server 7. I have another SQL Server 7 at
> a remote location. Now think first one is "AAA" and second
> one is "BBB". "AAA" has got a linked server configuration
> like;
> General Tab
> Provider name : Microsoft OLE DB provider for Sql Server
> Data Source: CCC
> Catalog : YYY
> Security Tab
> They will be impersonated is checked.
> Linked server works fine. I can see the tables of "BBB".
>
> Problem is if I put the sa password, the linked server
> doesn't work. I don't know why.
>
> Can anybody help me on this regard.
>
> Thanks in Advance
>
> Regards
>
> S H Ferdous
>
>
>
>



Relevant Pages

  • RE: SBS 2003 Unable to connect to database STS_Config
    ... Uninstall the SQL server from the SBS 2k3 server from add/remove programs ... Uninstall Microsoft SQL Server Desktop Engine (SHAREPOINT) ... If AV software install any extra IIS virtual directory, ...
    (microsoft.public.windows.server.sbs)
  • Re: Memory issues with 64-bit SQL Server 2005 on 64-bit Win 2003 C
    ... I also checked the individual patch levels for the .NET drivers, SQL Server ... The SQL Server is fully patched, however Windows Update reported that the OS ... Lock pages in memory -- I guess you might have taken care of it as well. ...
    (microsoft.public.sqlserver.clustering)
  • RE: migrating from wmsde to sql server
    ... Click Start, point to All Programs\Microsoft SQL Server, and then click ... then click New SQL Server Registration. ... Microsoft CSS Online Newsgroup Support ... This newsgroup only focuses on SBS technical issues. ...
    (microsoft.public.windows.server.sbs)
  • RE: SBS 2003 Unable to connect to database STS_Config
    ... Uninstall the SQL server from the SBS 2k3 server from add/remove programs ... Uninstall Microsoft SQL Server Desktop Engine (SHAREPOINT) ... If AV software install any extra IIS virtual directory, ...
    (microsoft.public.windows.server.sbs)
  • Re: Best replication architecture?
    ... Looking for a SQL Server replication book? ... So if it is subscribing to Publisher 1, ...
    (microsoft.public.sqlserver.replication)

Loading