Transact-SQL Reference
sp_enumcustomresolvers
Returns a list of all available custom resolvers. This stored procedure is executed at the Publisher on any database.
Syntax
sp_enumcustomresolvers [ [ @distributor =] 'distributor']
Arguments
[@distributor = ] 'distributor'
Is the name of the Distributor where the custom resolver is located. distributor is sysname, with a default of NULL.
Result Sets
Column name | Data type | Description |
---|---|---|
value | ntext | Name of the custom resolver. |
data | ntext | Class ID of the custom resolver. |
Return Code Values
0 (success) or 1 (failure)
Remarks
sp_enumcustomresolvers is used in merge replication.
Permissions
Only members of the sysadmin fixed server role and the db_owner fixed database role can execute sp_enumcustomresolvers.