sp_changelogreader_agent (Transact-SQL)
Changes security properties of a Log Reader agent. This stored procedure is executed at the Publisher on the publication database.
Security Note
|
|---|
|
When configuring a Publisher with a remote Distributor, the values supplied for all parameters, including job_login and job_password, are sent to the Distributor as plain text. You should encrypt the connection between the Publisher and its remote Distributor before executing this stored procedure. For more information, see Enable Encrypted Connections to the Database Engine (SQL Server Configuration Manager). |
sp_changelogreader_agent is used in transactional replication.
sp_changelogreader_agent is used to change the Windows account under which a Log Reader agent runs. You can change the password of an existing Windows login or supply a new Windows login and password.
After changing an agent login or password, you must stop and restart the agent before the change takes effect.
Security Note