sp_changesubscriber(Transact-SQL)
적용 대상: SQL Server Azure SQL Managed Instance
구독자에 대한 옵션을 변경합니다. 이 게시자에 대한 구독자에 대한 모든 배포 작업이 업데이트됩니다. 이 저장 프로시저는 배포 데이터베이스의 MSsubscriber_info
테이블에 씁니다. 이 저장 프로시저는 게시 데이터베이스의 게시자에서 실행됩니다.
구문
sp_changesubscriber
[ @subscriber = ] N'subscriber'
[ , [ @type = ] type ]
[ , [ @login = ] N'login' ]
[ , [ @password = ] N'password' ]
[ , [ @commit_batch_size = ] commit_batch_size ]
[ , [ @status_batch_size = ] status_batch_size ]
[ , [ @flush_frequency = ] flush_frequency ]
[ , [ @frequency_type = ] frequency_type ]
[ , [ @frequency_interval = ] frequency_interval ]
[ , [ @frequency_relative_interval = ] frequency_relative_interval ]
[ , [ @frequency_recurrence_factor = ] frequency_recurrence_factor ]
[ , [ @frequency_subday = ] frequency_subday ]
[ , [ @frequency_subday_interval = ] frequency_subday_interval ]
[ , [ @active_start_time_of_day = ] active_start_time_of_day ]
[ , [ @active_end_time_of_day = ] active_end_time_of_day ]
[ , [ @active_start_date = ] active_start_date ]
[ , [ @active_end_date = ] active_end_date ]
[ , [ @description = ] N'description' ]
[ , [ @security_mode = ] security_mode ]
[ , [ @publisher = ] N'publisher' ]
[ ; ]
인수
[ @subscriber = ] N'subscriber'
옵션을 변경할 구독자의 이름입니다. @subscriber 기본값이 없는 sysname입니다.
[ @type = ] type
구독자 유형입니다. @type 기본값NULL
인 tinyint입니다.
0
는 SQL Server 구독자를 나타냅니다.1
는 비 SQL Server 또는 다른 ODBC 데이터 원본 서버 구독자를 지정합니다.
[ @login = ] N'login'
SQL Server 인증 로그인 ID입니다. @login sysname이며 기본값은 .입니다NULL
.
[ @password = ] N'password'
SQL Server 인증 암호입니다. @password 기본값%
인 sysname이며 암호 속성은 변경되지 않음을 나타냅니다.
[ @commit_batch_size = ] commit_batch_size
이 매개 변수는 사용되지 않으며 스크립트의 이전 버전과의 호환성을 위해 유지 관리됩니다.
[ @status_batch_size = ] status_batch_size
이 매개 변수는 사용되지 않으며 스크립트의 이전 버전과의 호환성을 위해 유지 관리됩니다.
[ @flush_frequency = ] flush_frequency
이 매개 변수는 사용되지 않으며 스크립트의 이전 버전과의 호환성을 위해 유지 관리됩니다.
[ @frequency_type = ] frequency_type
배포 작업을 예약할 빈도를 지정합니다. @frequency_type int이며 이러한 값 중 하나일 수 있습니다.
값 | 설명 |
---|---|
1 |
한 번 |
2 |
주문형 |
4 |
매일 |
8 |
매주 |
16 |
매월 |
32 |
월별 상대 |
64 |
자동 시작 |
128 |
되풀이 |
[ @frequency_interval = ] frequency_interval
@frequency_type 간격입니다. @frequency_interval 기본값NULL
인 int입니다.
[ @frequency_relative_interval = ] frequency_relative_interval
배포 작업의 날짜입니다. 이 매개 변수는 @frequency_type (월별 상대)로 설정 될 32
때 사용 됩니다. @frequency_relative_interval int이며 이러한 값 중 하나일 수 있습니다.
값 | 설명 |
---|---|
1 |
첫째 |
2 |
두 번째 |
4 |
세 번째 |
8 |
네 번째 |
16 |
마지막 |
[ @frequency_recurrence_factor = ] frequency_recurrence_factor
정의된 @frequency_type 동안 배포 태스크가 되풀이되는 빈도를 지정합니다. @frequency_recurrence_factor 기본값NULL
인 int입니다.
[ @frequency_subday = ] frequency_subday
정의된 기간 동안 일정 조정 빈도를 지정합니다. @frequency_subday int이며 이러한 값 중 하나일 수 있습니다.
값 | 설명 |
---|---|
1 |
한 번 |
2 |
둘째 |
4 |
Minute |
8 |
Hour |
[ @frequency_subday_interval = ] frequency_subday_interval
@frequence_subday 간격입니다. @frequency_subday_interval 기본값NULL
인 int입니다.
[ @active_start_time_of_day = ] active_start_time_of_day
배포 작업이 처음 예약된 시간이며 형식은 다음과 같습니다 HHmmss
. @active_start_time_of_day 기본값NULL
인 int입니다.
[ @active_end_time_of_day = ] active_end_time_of_day
배포 작업이 예약되는 것을 중지하고 형식 HHmmss
이 지정된 하루 중 시간입니다. @active_end_time_of_day 기본값NULL
인 int입니다.
[ @active_start_date = ] active_start_date
배포 작업이 처음 예약된 날짜이며 형식은 다음과 같습니다 yyyyMMdd
. @active_start_date 기본값NULL
인 int입니다.
[ @active_end_date = ] active_end_date
배포 작업이 예약되지 않는 날짜로 형식이 지정됩니다 yyyyMMdd
. @active_end_date 기본값NULL
인 int입니다.
[ @description = ] N'description'
선택적인 텍스트 설명 @description 기본값NULL
인 nvarchar(255)입니다.
[ @security_mode = ] security_mode
구현된 보안 모드입니다. @security_mode int이며 이러한 값 중 하나일 수 있습니다.
값 | 설명 |
---|---|
0 |
SQL Server 인증 |
1 |
Windows 인증 |
[ @publisher = ] N'publisher'
SQL Server 이외 게시자를 지정합니다. @publisher sysname이며 기본값은 .입니다NULL
.
SQL Server 게시자의 아티클 속성을 변경할 때는 @publisher 사용하면 안 됩니다.
반환 코드 값
0
(성공) 또는 1
(실패).
설명
sp_changesubscriber
는 모든 유형의 복제에서 사용됩니다.
사용 권한
sysadmin 고정 서버 역할의 멤버만 실행할 sp_changesubscriber
수 있습니다.