sys.sp_vupgrade_replication
general #stored-procedure
Description
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. The system administrator login to use when creating new system objects in the Distribution
Syntax
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 ]
[ ; ]