gebeurtenis
31 mrt, 23 - 2 apr, 23
De grootste SQL-, Fabric- en Power BI-leerevenement. 31 maart – 2 april. Gebruik code FABINSIDER om $ 400 te besparen.
Zorg dat u zich vandaag nog registreertDeze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Applies to:
SQL Server
Regenerates the article-specific triggers, stored procedures, and views that are used to track and apply data changes for merge replication. Execute this procedure in the following situations:
If an object required by replication is accidentally dropped.
If you apply an update, such as a hotfix, which requires modification to one or more replication objects. Execute the procedure on each node after applying the update.
Executing this stored procedure doesn't require reinitialization of subscriptions. This procedure isn't required if you install a service pack or upgrade to a new version of SQL Server.
Transact-SQL syntax conventions
sp_vupgrade_mergeobjects
[ [ @login = ] N'login' ]
[ , [ @password = ] N'password' ]
[ , [ @security_mode = ] security_mode ]
[ ; ]
The system administrator login to use when creating new system objects in the distribution database. @login is sysname, with a default of NULL
. This parameter isn't required if @security_mode is set to 1
, which is Windows Authentication.
The system administrator password to use when creating new system objects in the distribution database. @password is sysname, with a default of an empty string. This parameter isn't required if @security_mode is set to 1
, which is Windows Authentication.
The login security mode to use when creating new system objects in the distribution database. @security_mode is bit, with a default of 1
. If 0
, SQL Server Authentication is used. If 1
, Windows Authentication is used. When possible, use Windows authentication.
0
(success) or 1
(failure).
sp_vupgrade_mergeobjects
is used only for merge replication.
Requires membership in the sysadmin fixed server role, or execute permission directly on this stored procedure.
gebeurtenis
31 mrt, 23 - 2 apr, 23
De grootste SQL-, Fabric- en Power BI-leerevenement. 31 maart – 2 april. Gebruik code FABINSIDER om $ 400 te besparen.
Zorg dat u zich vandaag nog registreert