码迷,mamicode.com
首页 > 其他好文 > 详细

查看帐号授权信息

时间:2014-06-18 09:50:52      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   color   cti   

查看指定帐号的授权信息

 1 select OBJECT_NAME (id), USER_NAME (uid),
 2 case action
 3 when 193 then select
 4 when 195 then insert
 5 when 196 then delete
 6 when 197 then update
 7 when 224 then execute
 8 else null end ,
 9 case protecttype
10 when 205 then GRANT
11 when 206 then DENY
12 else null end ,
13 columns,
14 grantor
15 from sysprotects where uid = USER_ID( xxx)

 

查看帐号授权信息,布布扣,bubuko.com

查看帐号授权信息

标签:style   class   blog   code   color   cti   

原文地址:http://www.cnblogs.com/lihuiyw/p/3793137.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!