Which all SQL Server ACLs I am part of?
I need to know in which all SQL A开发者_开发知识库CLs my Windows ID has been added to?
Note sure what you're asking... but here are some pointers:
sys.login_tokenwill show all the SIDs in your login token (Windows and SQL SIDs alike)sys.fn_my_permissionswill show all effective permissions you haveHAS_PERM_BY_NAMEwill tell if you have or not a specific permission
加载中,请稍侯......
精彩评论