master database only
sysremotelogins contains one row for each remote user that is allowed to execute remote procedure calls on this Adaptive Server.
The columns for sysremotelogins are:
Name |
Datatype |
Description |
---|---|---|
remoteserverid |
smallint |
Identifies the remote server |
remoteusername |
varchar(30) null |
User’s login name on remote server |
suid |
int |
Local server user ID |
status |
smallint |
Bitmap of options |
Unique clustered index on remoteserverid, remoteusername
Copyright © 2005. Sybase Inc. All rights reserved. |