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