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
Azure SQL Managed Instance
Activated by setup when upgrading a replication server. Upgrades schema and system data as needed to support replication at the current product level. Creates new replication system objects in system and user databases. This stored procedure is executed at the machine where the replication upgrade is to occur.
Transact-SQL syntax conventions
sp_vupgrade_replication
[ [ @login = ] N'login' ]
[ , [ @password = ] N'password' ]
[ , [ @ver_old = ] ver_old ]
[ , [ @force_remove = ] force_remove ]
[ , [ @security_mode = ] security_mode ]
[ , [ @db_id = ] db_id ]
[ ; ]
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.
Notitie
This parameter is ignored when you're upgrading to SQL Server 2005 (9.x) and later versions.
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.
Notitie
This parameter is ignored when you're upgrading to SQL Server 2005 (9.x) and later versions.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
This stored procedure is deprecated and will be removed in a future release of SQL Server.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
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.
Notitie
This parameter is ignored when you're upgrading to SQL Server 2005 (9.x) and later versions.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
0
(success) or 1
(failure).
sp_vupgrade_replication
is used when upgrading all types of replication.
Only members of the sysadmin fixed server role can execute sp_vupgrade_replication
.
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