sys.sp_enumeratependingschemachanges

general
#stored-procedure

Description

Returns a list of all pending schema changes. This stored procedure can be used with , which enables an administrator to skip selected pending schema changes so that they aren’t replicated. This stored procedure is executed at the Publisher on the publication database. The lowest number schema change to include in the result set.

Syntax

sp_enumeratependingschemachanges
[ @publication = ]
N
'publication'
[ , [ @starting_schemaversion = ] starting_schemaversion ]
[ ; ]