Viewing 3 posts - 46 through 48 (of 48 total)
The linked server gave me a lot problem before. It is sensitive to any update you applied to the server. At the end we choice to use ADO to replace...
August 20, 2003 at 8:19 am
#470602
try the following code:
select *
from [LikedServerName]...[AccessTableName]
August 19, 2003 at 12:07 pm
#470454
We have the mixed authentication.
In the tracing file, the LoginName is showing correctly with the application sql login.
August 19, 2003 at 10:24 am
#470447