sys.sysremotelogins (Transact-SQL)

Applies to: SQL Server

Contains one row for each remote user that is permitted to call remote stored procedures on an instance of Microsoft SQL Server.

Important

This SQL Server 2000 system table is included as a view for backward compatibility. We recommend that you use the current SQL Server system views instead. To find the equivalent system view or views, see Mapping System Tables to System Views (Transact-SQL). This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

Column name Data type Description
remoteserverid smallint Remote server identification.
remoteusername sysname Login name of the user on a remote server.
status smallint Returns 0.
sid varbinary(85) Microsoft Windows user security ID.
changedate datetime Date and time the remote user was added.

See Also

Mapping System Tables to System Views (Transact-SQL)
Compatibility Views (Transact-SQL)