sys.sp_repldropcolumn
general #stored-procedure
Description
Drops a column from an existing table article that was published. This stored procedure is executed at the Publisher on the publication database.
Syntax
sp_repldropcolumn
[ @source_object = ]
N
'source_object'
, [ @column = ]
N
'column'
[ , [ @from_agent = ] from_agent ]
[ , [ @schema_change_script = ]
N
'schema_change_script'
]
[ , [ @force_invalidate_snapshot = ] force_invalidate_snapshot ]
[ , [ @force_reinit_subscription = ] force_reinit_subscription ]
[ ; ]