Skip to content

Instantly share code, notes, and snippets.

@JohnLBevan
Created February 22, 2018 18:13
Show Gist options
  • Select an option

  • Save JohnLBevan/54cbe428c598e5d32e2b810d63770a13 to your computer and use it in GitHub Desktop.

Select an option

Save JohnLBevan/54cbe428c598e5d32e2b810d63770a13 to your computer and use it in GitHub Desktop.
Cast varchar GUID without hyphens to unique identifier
select cast(stuff(stuff(stuff(stuff('94b01c2b1386ae00a5383927d144b0c0',21,0,'-'),17,0,'-'),13,0,'-'),9,0,'-') as uniqueidentifier)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment