Microsoft
Software
Hardware
Network
Question : how many app roles in each DB
is there a query that can help to find out all the app roles defined in the server?
thanks
Answer : how many app roles in each DB
This should help:
select *
from sys.database_principals
where type = 'A' -- A for application role, D for database role
Random Solutions
How to connect treeview & listview or grid through Access database
VMWare ESX 4 Update Manager and failing Remediation for certain patches
Roaming Profiles on Windows 2008 R2 Remote Desktop Services server not working correctly
2 ways in ASP.NET to open a different page?
delphi Run once
Joomla Module
Installation Failed on Routing and Remote Access
CSS Tabbed Layout IE6 Question, Part 2
Content disappearing after I hit a link?
web forms: xForms or javascript forms: which one is the best?