Collection Contents 上一页 下一页 PDF

SQL Remote 用户指南

Adaptive Server Enterprise 的命令参考

sp_revoke_remote 过程


作用 

使用户失去从该数据库接收 SQL Remote 消息的能力。

语法 

sp_revoke_remote user_name

参数 说明
user_name 不再能够接收 SQL Remote 消息的用户 ID。
另请参见 

sp_grant_remote 过程

说明 

sp_revoke_remote 过程从接收来自当前数据库消息的用户列表中删除某用户 ID。

示例 

Collection Contents 上一页 下一页 PDF