Skip to content

Instantly share code, notes, and snippets.

@tstolswo
Created January 8, 2019 21:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tstolswo/cf580562ed9b8cf483b4eae4a43ca6d8 to your computer and use it in GitHub Desktop.
SELECT sms_r_system.resourceid,
sms_r_system.resourcetype,
sms_r_system.NAME,
sms_r_system.smsuniqueidentifier,
sms_r_system.resourcedomainorworkgroup,
sms_r_system.client
FROM sms_r_system
WHERE sms_r_system.smsuniqueidentifier LIKE "guid:[0]%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment