Removes the publication IQMP_PUB.
sp_iqmpxunsubscribeuser( IN _user VARCHAR(30) )
Column name |
Description |
---|---|
_user |
User name to unsubscribe |
Sybase IQ uses SQL Remote to replicate data among multiplex servers. Data replicated by SQL Remote is arranged in publications. The consolidated database is the one where changes will be replicated, and the remote databases is the one where changes are made. Each database that shares information in a publication must have a subscription to the publication. For more details, see the Adaptive Server Anywhere SQL Remote User’s Guide.
Used internally by other stored procedures