Click to Rate and Give Feedback
TechNet
TechNet Library
SQL Server
SQL Server 2005
 sys.remote_logins (Transact-SQL)
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
SQL Server 2005 Books Online (November 2008)
sys.remote_logins (Transact-SQL)

Returns a row per remote-login mapping. This catalog view is used to map incoming local logins that claim to be coming from a corresponding server to an actual local login.

Column name Data type Description

server_id

int

ID of the server in sys.servers. This name is supplied by the connection from the "remote" server.

remote_name

sysname

Login name that the connection will supply to be mapped. If NULL, the login name that is specified in the connection is used.

local_principal_id

int

ID of the server principal to whom the login is mapped. If 0, the remote login is mapped to the login with the same name.

modify_date

datetime

Date the linked login was last changed.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker