Skip to content

Instantly share code, notes, and snippets.

@FilipDeVos
Created May 13, 2011 08:27
Show Gist options
  • Save FilipDeVos/970210 to your computer and use it in GitHub Desktop.
Save FilipDeVos/970210 to your computer and use it in GitHub Desktop.
FOR XML RAW Schema Collection
declare @xml xml(xml_raw_schema)
SET @xml = (select * from sys.tables FOR XML RAW, TYPE, ROOT('table'))
select @xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment