sp_MSchange_snapshot_agent_properties (Transact-SQL)
Changes the properties of a Snapshot Agent job that runs at a Microsoft SQL Server 2005 or later version Distributor.This stored procedure is used to change properties when the Publisher runs on an instance of Microsoft SQL Server 2000.Ta procedura przechowywana jest wykonywany na dystrybutor baza danych dystrybucji.
sp_MSchange_snapshot_agent_properties [ @publisher = ] 'publisher'
, [ @publisher_db = ] 'publisher_db'
, [ @publication = ] 'publication'
, [ @frequency_type= ] frequency_type
, [ @frequency_interval= ] frequency_interval
, [ @frequency_subday= ] frequency_subday
, [ @frequency_subday_interval= ] frequency_subday_interval
, [ @frequency_relative_interval= ] frequency_relative_interval
, [ @frequency_recurrence_factor= ] frequency_recurrence_factor
, [ @active_start_date= ] active_start_date
, [ @active_end_date= ] active_end_date
, [ @active_start_time_of_day= ] active_start_time_of_day
, [ @active_end_time_of_day= ] active_end_time_of_day
, [ @snapshot_job_name = ] 'snapshot_agent_name'
, [ @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'
Argumenty
[ Wydawca @ = ] "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.[ @publication = ] 'publication'
Is the name of the publication.publication is sysname, with no default.[ @frequency_type = ] frequency_type
Is the frequency with which the Snapshot Agent is executed.frequency_type is int, and can be one of these values.Wartość
Description
1
Tylko raz
2
Na żądanie
4
Dzienne
8
Co tydzień
10
Miesięczne
20
Co miesiąc względem interwał częstotliwości
40
Kiedy SQL Server Agent jest uruchamiany
[ @frequency_interval = ] frequency_interval
Is the value to apply to the frequency set by frequency_type.frequency_interval is int, with no default.[ @frequency_subday = ] frequency_subday
Is the units for freq_subday_interval.frequency_subday is int, and can be one of these values.Wartość
Description
1
Tylko raz
2
Sekundy
4
Minuta
8
Godziny
[ @frequency_subday_interval=] frequency_subday_interval
Is the interval for frequency_subday.frequency_subday_interval is int, with no default.[ @frequency_relative_interval = ] frequency_relative_interval
Is the date the Snapshot Agent runs.frequency_relative_interval is int, with no default.[ @frequency_recurrence_factor = ] frequency_recurrence_factor
Is the recurrence factor used by frequency_type.frequency_recurrence_factor is int, with no default.[ @active_start_date = ] active_start_date
Is the date when the Snapshot Agent is first scheduled, formatted as YYYYMMDD.active_start_date is int, with no default.[ @active_end_date = ] active_end_date
Is the date when the Snapshot Agent stops being scheduled, formatted as YYYYMMDD.active_end_date is int, with no default.[ @active_start_time_of_day=] active_start_time_of_day
Is the time of day when the Snapshot Agent is first scheduled, formatted as HHMMSS.active_start_time_of_day is int, with no default.[ @active_end_time_of_day=] active_end_time_of_day
Is the time of day when the Snapshot Agent stops being scheduled, formatted as HHMMSS.active_end_time_of_day is int, with no default.[ @snapshot_job_name = ] 'snapshot_agent_name'
Is the name of an existing Snapshot Agent job name if an existing job is being used.snapshot_agent_name is nvarchar(100), 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 int, with no default.0 Określa, SQL Server Uwierzytelnianie, a 1 Określa uwierzytelnianie systemu Windows.Wartość 0 musi być podany dla nie-SQL Server Wydawców. When possible, use Windows Authentication.[ @ 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.Jeśli publisher_login jest NULL, a Wydawca*_*security_mode is 1, a następnie konto określone w job_login będzie używany podczas łączenia się z wydawcą.[ @ publisher_password= ] "publisher_password'
Is the password used when connecting to the Publisher.publisher_password is nvarchar(524), with no default.Security Note: Nie należy przechowywać informacje uwierzytelniające w plikach skryptów.W celu poprawienia bezpieczeństwa zaleca się, aby podać nazwy logowania i hasła w czasie wykonywania.
[ @ job_login= ] "job_login'
Is the login for the Windows account under which the agent runs.job_login is nvarchar(257), with no default.To konto systemu Windows jest zawsze używana dla połączeń agenta do dystrybutor.Ten parametr należy podać podczas tworzenia nowego zadanie agenta migawka.Nie można zmienić dla różna-SQL Server Wydawca.[ @ job_password= ] "job_password'
Is the password for the Windows account under which the agent runs.job_password is sysname, with no default.Ten parametr należy podać podczas tworzenia nowego zadanie agenta migawka.Security Note: Nie należy przechowywać informacje uwierzytelniające w plikach skryptów.W celu poprawienia bezpieczeństwa zaleca się, aby podać nazwy logowania i hasła w czasie wykonywania.
[ @ 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.Wartość
Description
MSSQLSERVER
Określa, SQL Server Wydawca.
ORACLE
Określa standardowy wydawca bazy danych Oracle.
BRAMA ORACLE
Określa Wydawca Gateway bazy danych Oracle.
Aby uzyskać więcej informacji na temat różnic między Oracle Wydawca i Wydawca Gateway bazy danych Oracle zobacz Omówienie publikowania programu Oracle.
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Remarks
sp_MSchange_snapshot_agent_properties jest używany w replikacja migawka, replikacji transakcyjnej i replikacja łączenia.
Należy określić wszystkie parametry podczas wykonywania sp_MSchange_snapshot_agent_properties.wykonać sp_helppublication_snapshot , aby przywrócić bieżące właściwości zadanie agenta migawka.
Kiedy Wydawca działa na wystąpienie SQL Server 2005 lub nowszej wersja, należy użyć sp_changepublication_snapshot, aby zmienić właściwości zadanie agenta migawka.
Uprawnienia
Tylko członkowie sysadmin mogą być wykonać w stała rola serwera u dystrybutorsp_MSchange_snapshot_agent_properties.
See Also