How to view or modify Distributor properties (Transact-SQL)
To view Distributor properties
- Execute sp_helpdistributor to list information about the Distributor, distribution database, working directory, and SQL Server Agent user account.
- Execute sp_helpdistributiondb to return properties of the specified distribution database.
To modify a Distributor
- Execute sp_changedistributor_property to modify Distributor properties.
- Execute sp_changedistributiondb to modify distribution database properties.
See Also
(c) 1988-98 Microsoft Corporation. All Rights Reserved.