Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make link to table on another server?
Message
De
26/08/2003 12:15:26
 
 
À
26/08/2003 09:18:43
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Divers
Thread ID:
00823157
Message ID:
00823490
Vues:
15
This message has been marked as a message which has helped to the initial question of the thread.
If you're only doing read-access to the other server, create a specific user on the server and redirect all access to that new user. For an even more secure environment, make the new user a member of the db_datareader fixed database role.

-Mike

>Michael,
>
>Thanks, it looks like that might help us. I am still getting:
>
>Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
>
>when I try to run a query such as:
>
>SELECT * from OpenQuery(STL_KF, 'SELECT * FROM hd WHERE file_num = ''FORKEARS''')
>
>so I guess I need to work on the security aspect some more.
>
>As it turns out, I may not need to access a different database. I haven't completely figured out how the guy before me accessed the data, though it looks like a very complex object-oriented framework utilizing ADO.
>
>If you have any ideas about the above error I am getting and how to resolve the security issues, I would be very appreciative. Thnaks for your help so far!
>
>Thanks,
>JoeK
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform