Skip to content

Instantly share code, notes, and snippets.

@DarkAllien
Created October 23, 2018 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DarkAllien/49d9c5a116743883489d6a804ec749e4 to your computer and use it in GitHub Desktop.
Save DarkAllien/49d9c5a116743883489d6a804ec749e4 to your computer and use it in GitHub Desktop.
SELECT [aa].[AssignmentID]
FROM [v_ApplicationAssignment] [aa]
WHERE [ApplicationName] = @AppInfo
AND [aa].[CollectionID] = @CollID;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment