sp_changepublication_snapshot (Transact-SQL)
Zmienia właściwości agenta migawka dla określonej publikacja.Ta procedura przechowywana jest wykonywana przez wydawcę na baza danych publikacja.
Security Note: |
---|
Podczas konfigurowania przez wydawcę z dystrybutor zdalny wartości dostarczane dla wszystkich parametrów w tym job_login i job_password, są wysyłane do dystrybutor jako zwykły tekst. Należy zaszyfrować połączenie między Wydawca i jego dystrybutor zdalnym przed wykonaniem tej procedura przechowywana.Aby uzyskać więcej informacji zobacz Encrypting Connections to SQL Server. |
sp_changepublication_snapshot [ @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 = ] 'publisher' ]
Argumenty
[ @publication =] 'publication'
Is the name of the publication.publication is sysname, with no default.[ @frequency_type =] frequency_type
Is the frequency with which to schedule the agent.frequency_type is int, and can be one of the following values.Wartość
Description
1
Jeden raz
2
Na żądanie
4
Dzienne
8
Co tydzień
16
Miesięczne
32
Względna miesięczne
64
Autostart
128
Cykliczne
NULL(default)
[ @frequency_interval =] frequency_interval
Specifies the days that the agent runs.frequency_interval is int, and can be one of the following values.Wartość
Description
1
Niedziela
2
Poniedziałek
3
Wtorek
4
Środa
5
Czwartek
6
Piątek
7
Sobota
8
Dzień
9
Dni tygodnia
10
Dni weekendowe
NULL(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
NULL(default)
[ @frequency_subday_interval =] frequency_subday_interval
Is the interval for frequency_subday.frequency_subday_interval is int, with a default of NULL.[ @frequency_relative_interval =] frequency_relative_interval
Is the date the Snapshot Agent runs.frequency_relative_interval is int, with a default of NULL.[ @frequency_recurrence_factor =] frequency_recurrence_factor
Is the recurrence factor used by frequency_type.frequency_recurrence_factor is int, with a default of NULL.[ @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 a default of NULL.[ @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 a default of NULL.[ @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 a default of NULL.[ @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 a default of NULL.[ @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 a default value of NULL.[ @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 a default of NULL.0 Określa, SQL Server Uwierzytelnianie, a 1 Określa uwierzytelnianie systemu Windows.Wartość 0 musi być podany dla nie-SQL Server Wydawców.Security Note: When possible, use Windows Authentication.
[ @publisher_login = ] 'publisher_login'
Is the login used when connecting to the Publisher.publisher_login is sysname, with a default of NULL.publisher_login must be specified when publisher_security_mode is 0.Jeśli publisher_login ma wartość NULL i publisher_security_mode jest 1, a następnie konto określone w job_login Służy do łączenia się z Wydawca.[ @publisher_password = ] 'publisher_password'
Is the password used when connecting to the Publisher.publisher_password is sysname, with a default of NULL.Security Note: Nie należy używać pustego hasła.Należy używać silnego hasła.Jeśli jest to możliwe, monituje użytkowników o wprowadzenie poświadczenia zabezpieczeń w czasie wykonywania.Jeśli poświadczenia muszą być przechowywane w pliku skryptu, należy zabezpieczyć plik, aby uniemożliwić nieautoryzowany dostęp.
[ @ job_login= ] "job_login'
Is the login for the Windows account under which the agent runs.job_login is nvarchar(257), with a default of NULL.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 a default of NULL.Ten parametr należy podać podczas tworzenia nowego zadanie agenta migawka.Security Note: Jeśli jest to możliwe, monituje użytkowników o wprowadzenie poświadczenia zabezpieczeń w czasie wykonywania.Jeśli poświadczenia muszą być przechowywane w pliku skryptu, należy zabezpieczyć plik, aby uniemożliwić nieautoryzowany dostęp.
[ @publisher = ] 'publisher'
Specifies a non-SQL Server publisher.publisher is sysname, with a default of NULL.Uwaga
publisher nie należy używać podczas tworzenia agenta migawka w SQL Server Wydawca.
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Remarks
sp_changepublication_snapshot jest używany w replikacja migawka, replikacji transakcyjnej i replikacja łączenia.
Uprawnienia
Tylko członkowie sysadmin Rola serwera lub db_owner ustalone rola bazy danych mogą być wykonać sp_changepublication_snapshot.