sp_iqmpxunsubscribeuser procedure

Function

Removes the publication IQMP_PUB.

Syntax

sp_iqmpxunsubscribeuser( IN _user VARCHAR(30)
				)

Description

Table 9-41: sp_iqmpxunsubscribeuser columns

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.

Usage

Used internally by other stored procedures