Created
May 13, 2011 08:27
-
-
Save FilipDeVos/970210 to your computer and use it in GitHub Desktop.
FOR XML RAW Schema Collection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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