sp_change_log_shipping_secondary_primary (Transact-SQL)
Zmienia ustawienia pomocnicza baza danych.
sp_change_log_shipping_secondary_primary
[ @primary_server = ] 'primary_server',
[ @primary_database = ] 'primary_database',
[, [ @backup_source_directory = ] 'backup_source_directory']
[, [ @backup_destination_directory = ] 'backup_destination_directory']
[, [ @file_retention_period = ] file_retention_period]
[, [ @monitor_server_security_mode = ] monitor_server_security_mode]
[, [ @monitor_server_login = ] 'monitor_server_login']
[, [ @monitor_server_password = ] 'monitor_server_password']
Argumenty
[ @ primary_server = ] 'primary_server"
The name of the primary instance of the Microsoft SQL Server Database Engine in the log shipping configuration.primary_server is sysname and cannot be NULL.[ @ primary_database = ] 'primary_database"
Is the name of the database on the primary server.primary_database is sysname, with no default.[ @ backup_source_directory = ] 'backup_source_directory"
The directory where transaction log backup files from the primary server are stored.backup_source_directory is nvarchar(500) and cannot be NULL.[ @ backup_destination_directory = ] 'backup_destination_directory"
The directory on the secondary server where backup files are copied to.backup_destination_directory is nvarchar(500) and cannot be NULL.[ @ file_retention_period = ] 'file_retention_period"
Is the length of time in minutes in which the history will be retained.history_retention_period is int, with a default of NULL.Wartość 14420 użyte są nieokreślone.[ @ monitor_server_security_mode = ] 'monitor_server_security_mode"
Tryb zabezpieczeń używane do łączenia się z serwerem monitorowania.1 = Uwierzytelnianie systemu Windows;
0 = SQL Server Authentication.monitor_server_security_mode is bit and cannot be NULL.
[ @ monitor_server_login = ] 'monitor_server_login"
Czy nazwa użytkownika konta używane do uzyskania dostępu do serwer monitoringu.[ @ monitor_server_password = ] 'monitor_server_password"
Jest to hasło konta używanego do uzyskiwania dostępu do serwer monitoringu.
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Zestawy wyników
None
Remarks
sp_change_log_shipping_secondary_primary musi być uruchamiane wzorzec bazy danych serwer pomocniczy.Ta procedura przechowywana wykonuje następujące czynności:
Zmienia ustawienia w log_shipping_secondary rekordy, w razie potrzeby.
Jeśli serwer monitora różni się od serwer pomocniczy, zmiany należy monitorować rekordu w log_shipping_monitor_secondary przy użyciu serwer monitoringu dostarczonych argumentów, jeśli to konieczne.
Uprawnienia
Tylko członkowie sysadmin roli serwera stałe można uruchomić tę procedurę.
See Also