sp_change_subscription_properties (Transact-SQL)
Updates information for pull subscriptions. This stored procedure is executed at the Subscriber on the subscription database.
This table describes the properties of articles and the values for those properties.
|
Property |
Value |
Description |
||
|---|---|---|---|---|
|
alt_snapshot_folder |
|
Specifies the location of the alternate folder for the snapshot. If set to NULL, the snapshot files are picked up from the default location specified by the Publisher. |
||
|
distrib_job_login |
|
Login for the Microsoft Windows account under which the agent runs. |
||
|
distrib_job_password |
|
Password for the Windows account under which the agent runs. |
||
|
distributor_login |
|
Distributor login. |
||
|
distributor_password |
|
Distributor password. |
||
|
distributor_security_mode |
1 |
Use Windows Authentication when connecting to the Distributor. |
||
|
|
0 |
Use SQL Server Authentication when connecting to the Distributor. |
||
|
dts_package_name |
|
Specifies the name of the SQL Server 2000 Data Transformation Services (DTS) package. This value can be specified only if the publication is transactional or snapshot. |
||
|
dts_package_password |
|
Specifies the password on the package. dts_package_password is sysname with a default of NULL, which specifies that the password property is to be left unchanged.
This value can be specified only if the publication is transactional or snapshot. |
||
|
dts_package_location |
|
Location where the DTS package is stored. This value can be specified only if the publication is transactional or snapshot. |
||
|
dynamic_snapshot_location |
|
Specifies the path to the folder where the snapshot files are saved. This value can be specified only if the publication is a merge publication. |
||
|
ftp_address |
|
For backward compatibility only. |
||
|
ftp_login |
|
For backward compatibility only. |
||
|
ftp_password |
|
For backward compatibility only. |
||
|
ftp_port |
|
For backward compatibility only. |
||
|
hostname |
|
Host name used when connecting to the Publisher. |
||
|
internet_login |
|
Login that the Merge Agent uses when connecting to the Web server that is hosting Web synchronization using Basic Authentication. |
||
|
internet_password |
|
Password that the Merge Agent uses when connecting to the Web server that is hosting Web synchronization using Basic Authentication. |
||
|
internet_security_mode |
1 |
Use Windows Integrated Authentication for Web synchronization. We recommend using Basic Authentication with Web synchronization. For more information, see Configure Web Synchronization. |
||
|
|
0 |
Use Basic Authentication for Web synchronization.
|
||
|
internet_timeout |
|
Length of time, in seconds, before a Web synchronization request expires. |
||
|
internet_url |
|
URL that represents the location of the replication listener for Web synchronization. |
||
|
merge_job_login |
|
Login for the Windows account under which the agent runs. |
||
|
merge_job_password |
|
Password for the Windows account under which the agent runs. |
||
|
publisher_login |
|
Publisher login. Changing publisher_login is only supported for subscriptions to merge publications. |
||
|
publisher_password |
|
Publisher password. Changing publisher_password is only supported for subscriptions to merge publications. |
||
|
publisher_security_mode |
1 |
Use Windows Authentication when connecting to the Publisher. Changing publisher_security_mode is only supported for subscriptions to merge publications. |
||
|
|
0 |
Use SQL Server Authentication when connecting to the Publisher. |
||
|
use_ftp |
true |
Use FTP instead of the regular protocol to retrieve snapshots. |
||
|
|
false |
Use the regular protocol to retrieve snapshots. |
||
|
use_web_sync |
true |
Enable Web synchronization. |
||
|
|
false |
Disable Web synchronization. |
||
|
working_directory |
|
Name of the working directory used to temporarily store data and schema files for the publication when File Transfer Protocol (FTP) is used to transfer snapshot files. |