Returns a list of all available custom resolvers.
sp_enumcustomresolvers [[@distributor =] 'distributor']
| 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.
| System Stored Procedures |