Sets the publisher for this database appropriate to the server.
sp_iqmpxsetpublisher( IN l_server_name VARCHAR(30) default NULL)
Sybase IQ uses SQL Remote to replicate data among multiplex servers. Data replicated by SQL Remote is arranged in publications. The publisher is a remote user (a user with GRANT REMOTE or GRANT CONSOLIDATE privileges) who has GRANT PUBLISH privileges. For more details, see the Adaptive Server Anywhere SQL Remote User’s Guide.
l_server_name Server name to use to configure publisher (defaults to current server).