Created
October 23, 2018 10:16
-
-
Save DarkAllien/60e8ac4e179ce32a7f9514b027092a60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT DISTINCT | |
[aa].[ApplicationName] | |
FROM [v_ApplicationAssignment] [aa] | |
ORDER BY 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could also use RBAC function to get user-specific Applications