December 2013
Intermediate to advanced
1872 pages
153h 31m
English
To determine the current linked server login settings, you run the sp_helplinkedsrvlogin procedure, which has the following syntax:
sp_helplinkedsrvlogin [[@rmtsrvname =] 'rmtsrvname',] [[@locallogin =] 'locallogin']
The elements of this syntax are as follows:
rmtsrvname—The linked server that will have its login settings displayed.
locallogin—The local login mappings that will be displayed.
The following example shows the sp_helplinkedsrvlogin output if no arguments are provided:
Read now
Unlock full access