Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Displays or changes options for a remote login defined on the local server running SQL Server.
Note
sp_remoteoption does not change any options and returns an error message. It is supported for backward compatibility only.
Transact-SQL Syntax Conventions
Syntax
sp_remoteoption [ [ @remoteserver= ] 'remoteserver' ]
[ , [ @loginame = ] 'loginame' ]
[ , [ @remotename = ] 'remotename' ]
[ , [ @optname = ] 'optname' ]
[ , [ @optvalue = ] 'optvalue' ]
Remarks
This stored procedure returns the following error message: "The trusted option in remote login mapping is no longer supported."