Aracılığıyla paylaş


sp_MSchange_logreader_agent_properties (Transact-SQL)

Changes the properties of a Log Reader Agent job that runs at a Microsoft SQL Server 2005 or later version Distributor.Bu saklı yordam, yayımcı örneğinde çalıştığında, özelliklerini değiştirmek için kullanılır SQL Server 2000. Bu saklı yordam dağıtımcı dağıtım veritabanı üzerinde sırasında yürütülür.

Topic link iconTransact-SQL sözdizimi kuralları

sp_MSchange_logreader_agent_properties [ @publisher = ] 'publisher'
        , [ @publisher_db = ] 'publisher_db'
        , [ @publisher_security_mode = ] publisher_security_mode
        , [ @publisher_login = ] 'publisher_login'
        , [ @publisher_password = ] 'publisher_password' 
        , [ @job_login = ] 'job_login'
        , [ @job_password = ] 'job_password'
        , [ @publisher_type = ] 'publisher_type'

Bağımsız değişkenler

  • [ Yayımcı'ın = ] 'publisher'
    Is the name of the Publisher.publisher is sysname, with no default.

  • [ @publisher_db= ] 'publisher_db'
    Is the name of the publication database.publisher_db is sysname, with no default.

  • [ @ publisher_security_mode= ] publisher_security_mode
    Is the security mode used by the agent when connecting to the Publisher.publisher_security_mode is smallint, with no default.

    0 belirtir.SQL Server Kimlik doğrulaması.

    1 Windows kimlik doğrulamasını belirtir.

  • [ @ publisher_login= ] 'publisher_login'
    Is the login used when connecting to the Publisher.publisher_login is sysname, with no default.publisher_login must be specified when publisher_security_mode is 0.If publisher_login null ve publisher_security_mode olan 1ve ardından içinde belirtilen Windows hesabıjob_login sunucuya bağlanırken kullanılacak Yayımcı.

  • [ @ publisher_password= ] 'publisher_password'
    Is the password used when connecting to the Publisher.publisher_password is sysname, with no default.

  • [ @ job_login= ] 'job_login'
    Is the login for the Windows account under which the agent runs.job_login is nvarchar(257), with no default.Bu bir olmayan değiştirilemez-SQL ServerYayımcı.

  • [ @ job_password= ] 'job_password'
    Is the password for the Windows account under which the agent runs.job_password is sysname, with no default.

  • [ @ publisher_type= ] 'publisher_type'
    Specifies the Publisher type when the Publisher is not running in an instance of SQL Server.publisher_type is sysname, and can be one of the following values.

    Değer

    Açıklama

    MSSQLSERVER 

    Belirtir bir SQL Server Yayımcı.

    oracle

    Standart bir Oracle Yayımcı belirtir.

    oracle AĞ GEÇİDİ

    Bir Oracle Gateway Yayımcı belirtir.

    Bir Oracle Yayımcı bir Oracle Gateway Yayımcı arasındaki farklar hakkında daha fazla bilgi için bkz: Oracle genel yayımlama.

Remarks

sp_MSchange_logreader_agent_properties işlem içinde kullanılan çoğaltma.

Tüm parametreleri yürütürken belirtmeniz gerekir sp_MSchange_logreader_agent_properties.yürütmek sp_helplogreader_agent (Transact-SQL) Günlük Okuyucu Aracısı işin geçerli özelliklerini dönmek için .

Bir aracı bir oturum açma veya parola değiştirdikten sonra durdurmak ve değişikliğin etkili olabilmesi için aracı yeniden başlatmanız gerekir.

Ne zaman yayımcı örneğinde çalışır. SQL Server 2005 veya sonraki bir sürüm kullanmanız gerekir sp_changelogreader_agent Günlük Okuyucu Aracısı özelliklerini değiştirmek için.

İzinler

Yalnızca üyeleri sysadmin sabit sunucu rolü adresindeki dağıtımcı olabilir yürütmek sp_MSchange_logreader_agent_properties.