Contents Index REVOKE statement REVOKE PUBLISH statement [SQL Remote]

ASA SQL Reference
  SQL Statements

REVOKE CONSOLIDATE statement [SQL Remote]


Description 

Use this statement to stop a consolidated database from receiving SQL Remote messages from this database.

Syntax 

REVOKE CONSOLIDATE FROM userid

Usage 

CONSOLIDATE permissions must be granted at a remote database for the user ID representing the consolidated database. The REVOKE CONSOLIDATE statement removes the consolidated database user ID from the list of users receiving messages from the current database.

Permissions 

Must have DBA authority.

Side effects 

Automatic commit. Drops all subscriptions for the user.

See also 

REVOKE PUBLISH statement [SQL Remote]

REVOKE REMOTE statement [SQL Remote]

REVOKE REMOTE DBA statement [SQL Remote]

GRANT CONSOLIDATE statement [SQL Remote]

sp_revoke_consolidate procedure

Example 

Contents Index REVOKE statement REVOKE PUBLISH statement [SQL Remote]