Skip to content

Instantly share code, notes, and snippets.

@tstolswo
Created January 8, 2019 21:25
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 tstolswo/dad1944cd1a16a2e10e9532dd69135e5 to your computer and use it in GitHub Desktop.
Save tstolswo/dad1944cd1a16a2e10e9532dd69135e5 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:[1-2]%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment