sys.sp_unregister_custom_scripting
general #stored-procedure
Description
This stored procedure removes a user-defined custom stored procedure or Transact-SQL script file that was registered by executing executed at the Publisher on the publication database. The type of custom stored procedure or script being removed. be one of the following values.
Syntax
sp_unregister_custom_scripting
[ @type = ]
'type'
[ , [ @publication = ]
N
'publication'
]
[ , [ @article = ]
N
'article'
]
[ ; ]