sp_changemergesubscription (Transact-SQL)
SQL Server 2008
Changes selected properties of a merge push subscription. This stored procedure is executed at the Publisher on the publication database.
Security Note |
|---|
When configuring a Publisher with a remote Distributor, the values supplied for all parameters, including job_login and job_password, are sent to the Distributor as plain text. You should encrypt the connection between the Publisher and its remote Distributor before executing this stored procedure. For more information, see Encrypting Connections to SQL Server. |

Security Note