Adds a new publication server.
sp_addpublisher publisher [, 'dist']
where
If 'dist' is not specified the publisher's distributor (SQL Executive) user account will be granted repl privilege. Only the system administrator can add a server to master.sysservers as a publication server.
This example adds the publication server WOLFHOUND and defines it as a potential publisher.
sp_addpublisher WOLFHOUND, 'dist'
Execute permission defaults to the system administrator.
sysservers