Re: Linked Server Connection Error: 18459
- From: changliw@xxxxxxxxxxxxxxxxxxxx ("Charles Wang [MSFT]")
- Date: Mon, 05 May 2008 07:15:05 GMT
Hi Ulysses,
Thank you for your response.
According to your description, I think that now we can conclude that:
1. You can directly connect to B from server A via SSMS with the windows
login account;
2. You cannot connect to B from A via linked server with the windows login
account.
In this case, I would first check with you how you created the linked
server. Did you ever provide a password in the linked server? If so, it is
possible that the password is not correct. I recommend that you try
deleting/recreating the linked server with the same account or with a
different Windows/SQL login account to see if it helps.
In addition, I recommend that you check if OPENDATASOURCE works for you,
for example:
SELECT *
FROM OPENDATASOURCE('SQLNCLI',
'Data Source=serverB;Integrated Security=SSPI')
.AdventureWorks.HumanResources.Employee
If you have any other questions or concerns, please feel free to let me
know. Have a nice day!
Best regards,
Charles Wang
Microsoft Online Community Support
=========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msdnmg@xxxxxxxxxxxxxx
=========================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
.
- Follow-Ups:
- Re: Linked Server Connection Error: 18459
- From: Ulysses
- Re: Linked Server Connection Error: 18459
- References:
- RE: Linked Server Connection Error: 18459
- From: "Charles Wang [MSFT]"
- Re: Linked Server Connection Error: 18459
- From: Ulysses
- Re: Linked Server Connection Error: 18459
- From: "Charles Wang [MSFT]"
- Re: Linked Server Connection Error: 18459
- From: Ulysses
- RE: Linked Server Connection Error: 18459
- Prev by Date: RE: Sql 2000 Cheksum errors
- Next by Date: Re: Linked Server Connection Error: 18459
- Previous by thread: Re: Linked Server Connection Error: 18459
- Next by thread: Re: Linked Server Connection Error: 18459
- Index(es):
Relevant Pages
|
Loading