Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Security settings
Message
De
24/09/2002 12:45:38
 
 
À
24/09/2002 09:42:10
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Sécurité
Divers
Thread ID:
00703747
Message ID:
00703846
Vues:
12
You'll have to create a Linked Server on the other server back to your local server. Remember that the query is being run on the other server even though you're sitting somewhere else.

-Mike

>hello everyone, i am trying to access my local server on my laptop through a sql query on another server. the query looks like the following:
>
>SELECT Inventory.Descr, Inventory.InvtID, Inventory.User6
>FROM Inventory
> INNER JOIN OPENROWSET('SQLOLEDB',
> '(local)';'x';'123',
> 'select * from medex.dbo.inventory') LocalInv ON
> Inventory.InvtID = LocalInv.solomonid
>
>i receive the error : communication link failure if i query through SQL server
>
>and I get login failed for user 'x' in the Query analyzer.
>
>could my security settings be setup wrong for my local server? it only checks windows authentication. I really don't know too much about changing these settings and adding the proper security settings.
>can anyone help? thanks.
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