2016年1月12日
摘要: --SQL Server中查询用户的对象权限和角色的方法-- 查询用户的object权限exec sp_helprotect NULL, 'sa'-- 查询用户拥有的roleexec sp_helpuser 'public'-- 查询哪些用户拥有指定的系统roleexec sp_helpsrvrol... 阅读全文
posted @ 2016-01-12 14:18 DavidZang 阅读(11147) 评论(0) 推荐(0)