Chapter 18. Command Referencefor Adaptive Server Enterprise
sp_revoke_consolidate procedure
Purpose Tostop a user from being able to receive SQL Remote messages from this
database.
Syntax sp_revoke_consolidateuser_name
Argument Description
user_name
The user ID who will no longer be able to act as a
consolidateddatabase.
Seealso “sp_grant_consolidateprocedure” on page 390
Description The sp_revoke_consolidateprocedure removes the consolidated database
userID from the list of users receiving messages from the current database.
Example Thefollowing statement revokes consolidated permissions from user
hq_user:
sp_revoke_consolidate hq_user
go
431