sp_enumcustomresolvers (T-SQL)

Returns a list of all available custom resolvers.

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 Set
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.

See Also
System Stored Procedures  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.